File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Integration/Concurrency Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function testWorkCanBeDistributed()
44
44
45
45
public function testRunHandlerProcessErrorCode ()
46
46
{
47
- $ this ->expectException (\ Exception::class);
47
+ $ this ->expectException (Exception::class);
48
48
$ app = new Application (__DIR__ );
49
49
$ processDriver = new ProcessDriver ($ app ->make (ProcessFactory::class));
50
50
$ processDriver ->run ([
@@ -54,7 +54,7 @@ public function testRunHandlerProcessErrorCode()
54
54
55
55
public function testRunHandlerProcessErrorWithDefaultExceptionWithoutParam ()
56
56
{
57
- $ this ->expectException (\ Exception::class);
57
+ $ this ->expectException (Exception::class);
58
58
$ this ->expectExceptionMessage ('This is a different exception ' );
59
59
60
60
Concurrency::run ([
You can’t perform that action at this time.
0 commit comments