File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,8 @@ public function testClassNotFoundThrowsException()
350
350
}
351
351
352
352
/**
353
+ * @group issue-32995
354
+ *
353
355
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
354
356
*/
355
357
public function testParentClassNotFoundThrowsException ()
@@ -626,6 +628,8 @@ public function getCreateResourceTests()
626
628
}
627
629
628
630
/**
631
+ * @group issue-32995
632
+ *
629
633
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
630
634
*/
631
635
public function testIgnoreServiceWithClassNotExisting ()
@@ -831,6 +835,8 @@ public function testExceptionWhenAliasExists()
831
835
}
832
836
833
837
/**
838
+ * @group issue-32995
839
+ *
834
840
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
835
841
*/
836
842
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 @@ -1044,6 +1044,8 @@ public function testInlineSelfRef()
1044
1044
}
1045
1045
1046
1046
/**
1047
+ * @group issue-32995
1048
+ *
1047
1049
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
1048
1050
*/
1049
1051
public function testHotPathOptimizations ()
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ public function testRegisterClasses()
107
107
}
108
108
109
109
/**
110
+ * @group issue-32995
111
+ *
110
112
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
111
113
*/
112
114
public function testRegisterClassesWithExclude ()
@@ -139,6 +141,8 @@ public function testRegisterClassesWithExclude()
139
141
}
140
142
141
143
/**
144
+ * @group issue-32995
145
+ *
142
146
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
143
147
*/
144
148
public function testRegisterClassesWithExcludeAsArray ()
@@ -161,6 +165,8 @@ public function testRegisterClassesWithExcludeAsArray()
161
165
}
162
166
163
167
/**
168
+ * @group issue-32995
169
+ *
164
170
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
165
171
*/
166
172
public function testNestedRegisterClasses ()
@@ -192,6 +198,8 @@ public function testNestedRegisterClasses()
192
198
}
193
199
194
200
/**
201
+ * @group issue-32995
202
+ *
195
203
* @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
196
204
*/
197
205
public function testMissingParentClass ()
You can’t perform that action at this time.
0 commit comments