File tree Expand file tree Collapse file tree 4 files changed +0
-40
lines changed Expand file tree Collapse file tree 4 files changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -377,11 +377,6 @@ public function testClassNotFoundThrowsException()
377
377
$ pass ->process ($ container );
378
378
}
379
379
380
- /**
381
- * @group issue-32995
382
- *
383
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
384
- */
385
380
public function testParentClassNotFoundThrowsException ()
386
381
{
387
382
$ this ->expectException ('Symfony\Component\DependencyInjection\Exception\AutowiringFailedException ' );
@@ -693,11 +688,6 @@ public function getCreateResourceTests()
693
688
];
694
689
}
695
690
696
- /**
697
- * @group issue-32995
698
- *
699
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
700
- */
701
691
public function testIgnoreServiceWithClassNotExisting ()
702
692
{
703
693
$ container = new ContainerBuilder ();
@@ -896,11 +886,6 @@ public function testExceptionWhenAliasExists()
896
886
$ pass ->process ($ container );
897
887
}
898
888
899
- /**
900
- * @group issue-32995
901
- *
902
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
903
- */
904
889
public function testExceptionWhenAliasDoesNotExist ()
905
890
{
906
891
$ this ->expectException ('Symfony\Component\DependencyInjection\Exception\AutowiringFailedException ' );
Original file line number Diff line number Diff line change @@ -61,11 +61,6 @@ public function testUnusedBinding()
61
61
$ pass ->process ($ container );
62
62
}
63
63
64
- /**
65
- * @group issue-32995
66
- *
67
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
68
- */
69
64
public function testMissingParent ()
70
65
{
71
66
$ this ->expectException ('Symfony\Component\DependencyInjection\Exception\InvalidArgumentException ' );
Original file line number Diff line number Diff line change @@ -893,11 +893,6 @@ public function testInlineSelfRef()
893
893
$ this ->assertStringEqualsFile (self ::$ fixturesPath .'/php/services_inline_self_ref.php ' , $ dumper ->dump (['class ' => 'Symfony_DI_PhpDumper_Test_Inline_Self_Ref ' ]));
894
894
}
895
895
896
- /**
897
- * @group issue-32995
898
- *
899
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
900
- */
901
896
public function testHotPathOptimizations ()
902
897
{
903
898
$ container = include self ::$ fixturesPath .'/containers/container_inline_requires.php ' ;
Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ public function testRegisterClasses()
107
107
);
108
108
}
109
109
110
- /**
111
- * @group issue-32995
112
- *
113
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
114
- */
115
110
public function testRegisterClassesWithExclude ()
116
111
{
117
112
$ container = new ContainerBuilder ();
@@ -141,11 +136,6 @@ public function testRegisterClassesWithExclude()
141
136
);
142
137
}
143
138
144
- /**
145
- * @group issue-32995
146
- *
147
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
148
- */
149
139
public function testNestedRegisterClasses ()
150
140
{
151
141
$ container = new ContainerBuilder ();
@@ -174,11 +164,6 @@ public function testNestedRegisterClasses()
174
164
$ this ->assertFalse ($ alias ->isPrivate ());
175
165
}
176
166
177
- /**
178
- * @group issue-32995
179
- *
180
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
181
- */
182
167
public function testMissingParentClass ()
183
168
{
184
169
$ container = new ContainerBuilder ();
You can’t perform that action at this time.
0 commit comments