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 20
20
21
21
class ValidatorCacheWarmerTest extends TestCase
22
22
{
23
- /**
24
- * @group issue-32995
25
- *
26
- * @runInSeparateProcess https://github.com/symfony/symfony/issues/32995
27
- */
28
23
public function testWarmUp ()
29
24
{
30
25
$ validatorBuilder = new ValidatorBuilder ();
Original file line number Diff line number Diff line change 20
20
use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
21
21
use Symfony \Component \DependencyInjection \ContainerInterface ;
22
22
use Symfony \Component \HttpFoundation \Request ;
23
- use Symfony \Component \HttpKernel \Test \Controller \ContainerControllerResolverTestCase ;
23
+ use Symfony \Component \HttpKernel \Tests \Controller \ContainerControllerResolverTest ;
24
24
25
- class ControllerResolverTest extends ContainerControllerResolverTestCase
25
+ class ControllerResolverTest extends ContainerControllerResolverTest
26
26
{
27
27
public function testGetControllerOnContainerAware ()
28
28
{
You can’t perform that action at this time.
0 commit comments