Skip to content

Commit fe627b3

Browse files
committed
test: revert @runTestsInSeparateProcesses
Without it, tests fail. I don't know why.
1 parent a0ffd36 commit fe627b3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/system/RESTful/ResourceControllerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
* so we need to make sure that the methods routed to
3636
* return correct responses.
3737
*
38+
* @runTestsInSeparateProcesses
39+
* @preserveGlobalState disabled
40+
*
3841
* @internal
42+
*
43+
* @group SeparateProcess
3944
*/
4045
final class ResourceControllerTest extends CIUnitTestCase
4146
{

tests/system/RESTful/ResourcePresenterTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
* so we need to make sure that the methods routed to
3030
* return correct responses.
3131
*
32+
* @runTestsInSeparateProcesses
33+
* @preserveGlobalState disabled
34+
*
3235
* @internal
36+
*
37+
* @group SeparateProcess
3338
*/
3439
final class ResourcePresenterTest extends CIUnitTestCase
3540
{

0 commit comments

Comments
 (0)