File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1414use PHPStan \Type \Constant \ConstantStringType ;
1515use PHPUnit \Framework \Attributes \CoversNothing ;
1616use PHPUnit \Framework \Attributes \RequiresPhp ;
17+ use PHPUnit \Framework \Attributes \RunInSeparateProcess ;
1718use function extension_loaded ;
1819use function sprintf ;
1920use const PHP_VERSION_ID ;
@@ -1203,6 +1204,7 @@ public static function getAdditionalConfigFiles(): array
12031204 }
12041205
12051206 /** @runInSeparateProcess */
1207+ #[RunInSeparateProcess]
12061208 public function testBug8004 (): void
12071209 {
12081210 ConstantArrayTypeBuilder::setArrayCountLimit (256 );
Original file line number Diff line number Diff line change 77use PHPStan \Testing \TypeInferenceTestCase ;
88use PHPStan \Type \Constant \ConstantArrayTypeBuilder ;
99use PHPUnit \Framework \Attributes \DataProvider ;
10+ use PHPUnit \Framework \Attributes \RunClassInSeparateProcess ;
1011use stdClass ;
1112use function array_merge ;
1213use function define ;
2324/**
2425 * @runInSeparateProcess
2526 */
27+ #[RunClassInSeparateProcess]
2628class NodeScopeResolverTest extends TypeInferenceTestCase
2729{
2830
Original file line number Diff line number Diff line change 99use PHPStan \Type \Constant \ConstantArrayTypeBuilder ;
1010use PHPUnit \Framework \Attributes \DataProvider ;
1111use PHPUnit \Framework \Attributes \RequiresPhp ;
12+ use PHPUnit \Framework \Attributes \RunInSeparateProcess ;
1213use const PHP_VERSION_ID ;
1314
1415/**
@@ -857,6 +858,7 @@ public function testBug8223(): void
857858 }
858859
859860 /** @runInSeparateProcess */
861+ #[RunInSeparateProcess]
860862 public function testBug8146bErrors (): void
861863 {
862864 ConstantArrayTypeBuilder::setArrayCountLimit (256 );
You can’t perform that action at this time.
0 commit comments