diff --git a/tests/integration/Kernel.php b/tests/integration/Kernel.php index 11fb75b..af29c78 100644 --- a/tests/integration/Kernel.php +++ b/tests/integration/Kernel.php @@ -20,7 +20,6 @@ use Ibexa\Contracts\Test\Core\IbexaTestKernel; use Knp\Bundle\MenuBundle\KnpMenuBundle; use Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle; -use Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle; use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\Config\Resource\FileResource; use Symfony\Component\DependencyInjection\ContainerBuilder; @@ -35,7 +34,6 @@ public function registerBundles(): iterable yield new LexikJWTAuthenticationBundle(); yield new HautelookTemplatedUriBundle(); yield new WebpackEncoreBundle(); - yield new SwiftmailerBundle(); yield new KnpMenuBundle(); yield new IbexaRestBundle();