From de1790aff536722e90e1c553416f22079d308879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Tue, 30 Jul 2024 15:27:08 +0200 Subject: [PATCH] IBX-8137: Dropped swiftmailer (#51) --- tests/integration/Kernel.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/Kernel.php b/tests/integration/Kernel.php index 4eaec91..f26f96f 100644 --- a/tests/integration/Kernel.php +++ b/tests/integration/Kernel.php @@ -21,7 +21,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; @@ -36,7 +35,6 @@ public function registerBundles(): iterable yield new LexikJWTAuthenticationBundle(); yield new HautelookTemplatedUriBundle(); yield new WebpackEncoreBundle(); - yield new SwiftmailerBundle(); yield new KnpMenuBundle(); yield new IbexaRestBundle();