Skip to content

Commit 2e2ab9f

Browse files
Use PHP 7.4 on deps=low
1 parent 09ca9e4 commit 2e2ab9f

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

Tests/Compiler/AutowirePassTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ public function testClassNotFoundThrowsException()
378378
}
379379

380380
/**
381+
* @group issue-32995
382+
*
381383
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
382384
*/
383385
public function testParentClassNotFoundThrowsException()
@@ -692,6 +694,8 @@ public function getCreateResourceTests()
692694
}
693695

694696
/**
697+
* @group issue-32995
698+
*
695699
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
696700
*/
697701
public function testIgnoreServiceWithClassNotExisting()
@@ -893,6 +897,8 @@ public function testExceptionWhenAliasExists()
893897
}
894898

895899
/**
900+
* @group issue-32995
901+
*
896902
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
897903
*/
898904
public function testExceptionWhenAliasDoesNotExist()

Tests/Compiler/ResolveBindingsPassTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public function testUnusedBinding()
6262
}
6363

6464
/**
65+
* @group issue-32995
66+
*
6567
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
6668
*/
6769
public function testMissingParent()

Tests/Dumper/PhpDumperTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,8 @@ public function testInlineSelfRef()
894894
}
895895

896896
/**
897+
* @group issue-32995
898+
*
897899
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
898900
*/
899901
public function testHotPathOptimizations()

Tests/Loader/FileLoaderTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ public function testRegisterClasses()
108108
}
109109

110110
/**
111+
* @group issue-32995
112+
*
111113
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
112114
*/
113115
public function testRegisterClassesWithExclude()
@@ -140,6 +142,8 @@ public function testRegisterClassesWithExclude()
140142
}
141143

142144
/**
145+
* @group issue-32995
146+
*
143147
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
144148
*/
145149
public function testNestedRegisterClasses()
@@ -171,6 +175,8 @@ public function testNestedRegisterClasses()
171175
}
172176

173177
/**
178+
* @group issue-32995
179+
*
174180
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
175181
*/
176182
public function testMissingParentClass()

0 commit comments

Comments
 (0)