Skip to content

Commit

Permalink
remove block-bundle v4 leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored and VincentLanglet committed Nov 19, 2023
1 parent ba7c36b commit 5c36c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions tests/App/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle;
use Knp\Bundle\MenuBundle\KnpMenuBundle;
use Sonata\AdminBundle\SonataAdminBundle;
use Sonata\BlockBundle\Cache\HttpCacheHandler;
use Sonata\BlockBundle\SonataBlockBundle;
use Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle;
use Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle;
Expand Down Expand Up @@ -89,10 +88,6 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
$loader->load(__DIR__.'/config/config_symfony_v5.yml');
}

if (class_exists(HttpCacheHandler::class)) {
$loader->load($this->getProjectDir().'/config/config_sonata_block_v4.yaml');
}

$loader->load(__DIR__.'/config/services.php');
}

Expand Down
2 changes: 0 additions & 2 deletions tests/App/config/config_sonata_block_v4.yaml

This file was deleted.

0 comments on commit 5c36c5c

Please sign in to comment.