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()
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 ()
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments