Skip to content

Commit bdfbb68

Browse files
Merge branch '3.4' into 4.3
* 3.4: Use PHP 7.4 on deps=low
2 parents f67759e + 2e2ab9f commit bdfbb68

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

Tests/Compiler/AutowirePassTest.php

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

352352
/**
353+
* @group issue-32995
354+
*
353355
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
354356
*/
355357
public function testParentClassNotFoundThrowsException()
@@ -626,6 +628,8 @@ public function getCreateResourceTests()
626628
}
627629

628630
/**
631+
* @group issue-32995
632+
*
629633
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
630634
*/
631635
public function testIgnoreServiceWithClassNotExisting()
@@ -831,6 +835,8 @@ public function testExceptionWhenAliasExists()
831835
}
832836

833837
/**
838+
* @group issue-32995
839+
*
834840
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
835841
*/
836842
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
@@ -1044,6 +1044,8 @@ public function testInlineSelfRef()
10441044
}
10451045

10461046
/**
1047+
* @group issue-32995
1048+
*
10471049
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
10481050
*/
10491051
public function testHotPathOptimizations()

Tests/Loader/FileLoaderTest.php

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

109109
/**
110+
* @group issue-32995
111+
*
110112
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
111113
*/
112114
public function testRegisterClassesWithExclude()
@@ -139,6 +141,8 @@ public function testRegisterClassesWithExclude()
139141
}
140142

141143
/**
144+
* @group issue-32995
145+
*
142146
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
143147
*/
144148
public function testRegisterClassesWithExcludeAsArray()
@@ -161,6 +165,8 @@ public function testRegisterClassesWithExcludeAsArray()
161165
}
162166

163167
/**
168+
* @group issue-32995
169+
*
164170
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
165171
*/
166172
public function testNestedRegisterClasses()
@@ -192,6 +198,8 @@ public function testNestedRegisterClasses()
192198
}
193199

194200
/**
201+
* @group issue-32995
202+
*
195203
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
196204
*/
197205
public function testMissingParentClass()

0 commit comments

Comments
 (0)