File tree Expand file tree Collapse file tree 4 files changed +0
-45
lines changed Expand file tree Collapse file tree 4 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -349,11 +349,6 @@ public function testClassNotFoundThrowsException()
349
349
}
350
350
}
351
351
352
- /**
353
- * @group issue-32995
354
- *
355
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
356
- */
357
352
public function testParentClassNotFoundThrowsException ()
358
353
{
359
354
$ container = new ContainerBuilder ();
@@ -627,11 +622,6 @@ public function getCreateResourceTests()
627
622
];
628
623
}
629
624
630
- /**
631
- * @group issue-32995
632
- *
633
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
634
- */
635
625
public function testIgnoreServiceWithClassNotExisting ()
636
626
{
637
627
$ container = new ContainerBuilder ();
@@ -834,11 +824,6 @@ public function testExceptionWhenAliasExists()
834
824
}
835
825
}
836
826
837
- /**
838
- * @group issue-32995
839
- *
840
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
841
- */
842
827
public function testExceptionWhenAliasDoesNotExist ()
843
828
{
844
829
$ container = new ContainerBuilder ();
Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ public function testUnusedBinding()
65
65
$ pass ->process ($ container );
66
66
}
67
67
68
- /**
69
- * @group issue-32995
70
- *
71
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
72
- */
73
68
public function testMissingParent ()
74
69
{
75
70
$ this ->expectException ('Symfony\Component\DependencyInjection\Exception\InvalidArgumentException ' );
Original file line number Diff line number Diff line change @@ -1098,11 +1098,6 @@ public function testInlineSelfRef()
1098
1098
$ this ->assertStringEqualsFile (self ::$ fixturesPath .'/php/services_inline_self_ref.php ' , $ dumper ->dump (['class ' => 'Symfony_DI_PhpDumper_Test_Inline_Self_Ref ' ]));
1099
1099
}
1100
1100
1101
- /**
1102
- * @group issue-32995
1103
- *
1104
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
1105
- */
1106
1101
public function testHotPathOptimizations ()
1107
1102
{
1108
1103
$ container = include self ::$ fixturesPath .'/containers/container_inline_requires.php ' ;
Original file line number Diff line number Diff line change @@ -106,11 +106,6 @@ public function testRegisterClasses()
106
106
);
107
107
}
108
108
109
- /**
110
- * @group issue-32995
111
- *
112
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
113
- */
114
109
public function testRegisterClassesWithExclude ()
115
110
{
116
111
$ container = new ContainerBuilder ();
@@ -140,11 +135,6 @@ public function testRegisterClassesWithExclude()
140
135
);
141
136
}
142
137
143
- /**
144
- * @group issue-32995
145
- *
146
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
147
- */
148
138
public function testRegisterClassesWithExcludeAsArray ()
149
139
{
150
140
$ container = new ContainerBuilder ();
@@ -164,11 +154,6 @@ public function testRegisterClassesWithExcludeAsArray()
164
154
$ this ->assertFalse ($ container ->has (DeeperBaz::class));
165
155
}
166
156
167
- /**
168
- * @group issue-32995
169
- *
170
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
171
- */
172
157
public function testNestedRegisterClasses ()
173
158
{
174
159
$ container = new ContainerBuilder ();
@@ -197,11 +182,6 @@ public function testNestedRegisterClasses()
197
182
$ this ->assertFalse ($ alias ->isPrivate ());
198
183
}
199
184
200
- /**
201
- * @group issue-32995
202
- *
203
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
204
- */
205
185
public function testMissingParentClass ()
206
186
{
207
187
$ container = new ContainerBuilder ();
You can’t perform that action at this time.
0 commit comments