File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2020
2121class ValidatorCacheWarmerTest extends TestCase
2222{
23- /**
24- * @group issue-32995
25- *
26- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
27- */
2823 public function testWarmUp ()
2924 {
3025 $ validatorBuilder = new ValidatorBuilder ();
Original file line number Diff line number Diff line change 2020use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
2121use Symfony \Component \DependencyInjection \ContainerInterface ;
2222use Symfony \Component \HttpFoundation \Request ;
23- use Symfony \Component \HttpKernel \Test \Controller \ContainerControllerResolverTestCase ;
23+ use Symfony \Component \HttpKernel \Tests \Controller \ContainerControllerResolverTest ;
2424
25- class ControllerResolverTest extends ContainerControllerResolverTestCase
25+ class ControllerResolverTest extends ContainerControllerResolverTest
2626{
2727 public function testGetControllerOnContainerAware ()
2828 {
You can’t perform that action at this time.
0 commit comments