We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ffd36 commit fe627b3Copy full SHA for fe627b3
tests/system/RESTful/ResourceControllerTest.php
@@ -35,7 +35,12 @@
35
* so we need to make sure that the methods routed to
36
* return correct responses.
37
*
38
+ * @runTestsInSeparateProcesses
39
+ * @preserveGlobalState disabled
40
+ *
41
* @internal
42
43
+ * @group SeparateProcess
44
*/
45
final class ResourceControllerTest extends CIUnitTestCase
46
{
tests/system/RESTful/ResourcePresenterTest.php
@@ -29,7 +29,12 @@
29
30
31
32
33
34
final class ResourcePresenterTest extends CIUnitTestCase
0 commit comments