Skip to content

Commit 93401aa

Browse files
authored
IBX-8137: Dropped SwiftMailer in integration tests setup (#1289)
1 parent 42e938c commit 93401aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/AdminUiIbexaTestKernel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Ibexa\Rest\Server\Controller\JWT;
2424
use Knp\Bundle\MenuBundle\KnpMenuBundle;
2525
use Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle;
26-
use Swift_Mailer;
2726
use Symfony\Component\Config\Loader\LoaderInterface;
2827
use Symfony\Component\Config\Resource\FileResource;
2928
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -103,8 +102,6 @@ private static function configureThirdPartyBundles(ContainerBuilder $container):
103102
'output_path' => dirname(__DIR__, 2) . '/var/encore/output',
104103
]);
105104

106-
self::addSyntheticService($container, Swift_Mailer::class);
107-
108105
// bazinga's locale_fallback
109106
$container->setParameter('locale_fallback', 'en');
110107

0 commit comments

Comments
 (0)