Skip to content

Commit

Permalink
IBX-8137: [Tests] Dropped obsolete Swift_Mailer from Kernel (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Aug 9, 2024
1 parent a256dfd commit b4af59a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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();
Expand Down

0 comments on commit b4af59a

Please sign in to comment.