Skip to content

Commit f8359a0

Browse files
staabmondrejmirtes
authored andcommitted
Run using global type overrides in isolation
1 parent 5eaf37b commit f8359a0

7 files changed

+7
-0
lines changed

tests/Classes/DoctrineProxyForbiddenClassNamesExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @extends RuleTestCase<InstantiationRule>
12+
* @runInSeparateProcess
1213
*/
1314
class DoctrineProxyForbiddenClassNamesExtensionTest extends RuleTestCase
1415
{

tests/Rules/Doctrine/ORM/DqlRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* @extends RuleTestCase<DqlRule>
14+
* @runInSeparateProcess
1415
*/
1516
class DqlRuleTest extends RuleTestCase
1617
{

tests/Rules/Doctrine/ORM/EntityColumnRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
/**
3838
* @extends RuleTestCase<EntityColumnRule>
39+
* @runInSeparateProcess
3940
*/
4041
class EntityColumnRuleTest extends RuleTestCase
4142
{

tests/Rules/Doctrine/ORM/EntityConstructorNotFinalRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @extends RuleTestCase<EntityConstructorNotFinalRule>
12+
* @runInSeparateProcess
1213
*/
1314
class EntityConstructorNotFinalRuleTest extends RuleTestCase
1415
{

tests/Rules/Doctrine/ORM/EntityMappingExceptionRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @extends RuleTestCase<EntityMappingExceptionRule>
12+
* @runInSeparateProcess
1213
*/
1314
class EntityMappingExceptionRuleTest extends RuleTestCase
1415
{

tests/Rules/Doctrine/ORM/EntityNotFinalRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @extends RuleTestCase<EntityNotFinalRule>
12+
* @runInSeparateProcess
1213
*/
1314
class EntityNotFinalRuleTest extends RuleTestCase
1415
{

tests/Rules/Doctrine/ORM/EntityRelationRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* @extends RuleTestCase<EntityRelationRule>
13+
* @runInSeparateProcess
1314
*/
1415
class EntityRelationRuleTest extends RuleTestCase
1516
{

0 commit comments

Comments
 (0)