Skip to content

Commit aa0d260

Browse files
committed
IHF: @runTestsInSeparateProcesses used.
1 parent 943d153 commit aa0d260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/artisan/CallInBackgroundTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
use Mockery as m;
44

5-
// /**
6-
// * @runTestsInSeparateProcesses
7-
// * @preserveGlobalState disabled
8-
// */
5+
/**
6+
* @runTestsInSeparateProcesses
7+
* @preserveGlobalState disabled
8+
*/
99
class CallInBackgroundTest extends TestCase
1010
{
1111
/** @test */

0 commit comments

Comments
 (0)