Skip to content

Commit deb9f3d

Browse files
committed
test: add @group SeparateProcess
1 parent cd3bd87 commit deb9f3d

20 files changed

Lines changed: 40 additions & 1 deletion

tests/system/Commands/GenerateKeyTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* @internal
19+
*
20+
* @group SeparateProcess
1921
*/
2022
final class GenerateKeyTest extends CIUnitTestCase
2123
{

tests/system/CommonFunctionsSendTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* @internal
18+
*
19+
* @group SeparateProcess
1820
*/
1921
final class CommonFunctionsSendTest extends CIUnitTestCase
2022
{

tests/system/CommonFunctionsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
* @backupGlobals enabled
3838
*
3939
* @internal
40+
*
41+
* @group SeparateProcess
4042
*/
4143
final class CommonFunctionsTest extends CIUnitTestCase
4244
{

tests/system/Config/BaseConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
/**
2323
* @internal
24+
*
25+
* @group SeparateProcess
2426
*/
2527
final class BaseConfigTest extends CIUnitTestCase
2628
{

tests/system/Config/ConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
/**
1919
* @internal
20+
*
21+
* @group SeparateProcess
2022
*/
2123
final class ConfigTest extends CIUnitTestCase
2224
{

tests/system/Config/DotEnvTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* @backupGlobals enabled
1919
*
2020
* @internal
21+
*
22+
* @group SeparateProcess
2123
*/
2224
final class DotEnvTest extends CIUnitTestCase
2325
{

tests/system/Config/ServicesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
/**
5050
* @internal
51+
*
52+
* @group SeparateProcess
5153
*/
5254
final class ServicesTest extends CIUnitTestCase
5355
{

tests/system/Events/EventsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
/**
1919
* @internal
20+
*
21+
* @group SeparateProcess
2022
*/
2123
final class EventsTest extends CIUnitTestCase
2224
{

tests/system/Filters/HoneypotTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* @backupGlobals enabled
2121
*
2222
* @internal
23+
*
24+
* @group SeparateProcess
2325
*/
2426
final class HoneypotTest extends CIUnitTestCase
2527
{

tests/system/HTTP/ContentSecurityPolicyTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* See https://cspvalidator.org/
2323
*
2424
* @internal
25+
*
26+
* @group SeparateProcess
2527
*/
2628
final class ContentSecurityPolicyTest extends CIUnitTestCase
2729
{

0 commit comments

Comments
 (0)