Skip to content

Commit

Permalink
Drop SensioFrameworkExtraBundle from integration tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Feb 4, 2025
1 parent 4586830 commit 97471d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/AdminUiIbexaTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Ibexa\Contracts\Test\Core\IbexaTestKernel;
use Ibexa\Rest\Server\Controller\JWT;
use Knp\Bundle\MenuBundle\KnpMenuBundle;
use Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand All @@ -41,7 +40,6 @@ public function registerBundles(): iterable
yield new HautelookTemplatedUriBundle();
yield new KnpMenuBundle();
yield new WebpackEncoreBundle();
yield new SensioFrameworkExtraBundle();
yield new DAMADoctrineTestBundle();

yield new IbexaContentFormsBundle();
Expand Down

0 comments on commit 97471d2

Please sign in to comment.