Skip to content

Commit 5c36c5c

Browse files
dmaicherVincentLanglet
authored andcommitted
remove block-bundle v4 leftovers
1 parent ba7c36b commit 5c36c5c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

tests/App/AppKernel.php

-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
1919
use Knp\Bundle\MenuBundle\KnpMenuBundle;
2020
use Sonata\AdminBundle\SonataAdminBundle;
21-
use Sonata\BlockBundle\Cache\HttpCacheHandler;
2221
use Sonata\BlockBundle\SonataBlockBundle;
2322
use Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle;
2423
use Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle;
@@ -89,10 +88,6 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
8988
$loader->load(__DIR__.'/config/config_symfony_v5.yml');
9089
}
9190

92-
if (class_exists(HttpCacheHandler::class)) {
93-
$loader->load($this->getProjectDir().'/config/config_sonata_block_v4.yaml');
94-
}
95-
9691
$loader->load(__DIR__.'/config/services.php');
9792
}
9893

tests/App/config/config_sonata_block_v4.yaml

-2
This file was deleted.

0 commit comments

Comments
 (0)