File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,8 @@ public function testClassNotFoundThrowsException()
378
378
}
379
379
380
380
/**
381
+ * @group issue-32995
382
+ *
381
383
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
382
384
*/
383
385
public function testParentClassNotFoundThrowsException ()
@@ -692,6 +694,8 @@ public function getCreateResourceTests()
692
694
}
693
695
694
696
/**
697
+ * @group issue-32995
698
+ *
695
699
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
696
700
*/
697
701
public function testIgnoreServiceWithClassNotExisting ()
@@ -893,6 +897,8 @@ public function testExceptionWhenAliasExists()
893
897
}
894
898
895
899
/**
900
+ * @group issue-32995
901
+ *
896
902
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
897
903
*/
898
904
public function testExceptionWhenAliasDoesNotExist ()
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ public function testUnusedBinding()
62
62
}
63
63
64
64
/**
65
+ * @group issue-32995
66
+ *
65
67
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
66
68
*/
67
69
public function testMissingParent ()
Original file line number Diff line number Diff line change @@ -894,6 +894,8 @@ public function testInlineSelfRef()
894
894
}
895
895
896
896
/**
897
+ * @group issue-32995
898
+ *
897
899
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
898
900
*/
899
901
public function testHotPathOptimizations ()
Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ public function testRegisterClasses()
108
108
}
109
109
110
110
/**
111
+ * @group issue-32995
112
+ *
111
113
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
112
114
*/
113
115
public function testRegisterClassesWithExclude ()
@@ -140,6 +142,8 @@ public function testRegisterClassesWithExclude()
140
142
}
141
143
142
144
/**
145
+ * @group issue-32995
146
+ *
143
147
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
144
148
*/
145
149
public function testNestedRegisterClasses ()
@@ -171,6 +175,8 @@ public function testNestedRegisterClasses()
171
175
}
172
176
173
177
/**
178
+ * @group issue-32995
179
+ *
174
180
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
175
181
*/
176
182
public function testMissingParentClass ()
You can’t perform that action at this time.
0 commit comments