Skip to content

Commit

Permalink
test: revert @runTestsInSeparateProcesses
Browse files Browse the repository at this point in the history
Without it, tests fail. I don't know why.
  • Loading branch information
kenjis committed May 5, 2022
1 parent a0ffd36 commit fe627b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/system/RESTful/ResourceControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@
* so we need to make sure that the methods routed to
* return correct responses.
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*
* @internal
*
* @group SeparateProcess
*/
final class ResourceControllerTest extends CIUnitTestCase
{
Expand Down
5 changes: 5 additions & 0 deletions tests/system/RESTful/ResourcePresenterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
* so we need to make sure that the methods routed to
* return correct responses.
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*
* @internal
*
* @group SeparateProcess
*/
final class ResourcePresenterTest extends CIUnitTestCase
{
Expand Down

0 comments on commit fe627b3

Please sign in to comment.