From b224240a271472b372867d1c1cfd4f819b4e4a2d Mon Sep 17 00:00:00 2001 From: soyuka Date: Mon, 29 Apr 2024 09:16:26 +0200 Subject: [PATCH] ci: tests without maker bundle --- tests/Fixtures/app/AppKernel.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Fixtures/app/AppKernel.php b/tests/Fixtures/app/AppKernel.php index aadd0a6f19..3574266ebf 100644 --- a/tests/Fixtures/app/AppKernel.php +++ b/tests/Fixtures/app/AppKernel.php @@ -25,7 +25,6 @@ use FriendsOfBehat\SymfonyExtension\Bundle\FriendsOfBehatSymfonyExtensionBundle; use Symfony\Bundle\FrameworkBundle\FrameworkBundle; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; -use Symfony\Bundle\MakerBundle\MakerBundle; use Symfony\Bundle\MercureBundle\MercureBundle; use Symfony\Bundle\SecurityBundle\SecurityBundle; use Symfony\Bundle\TwigBundle\TwigBundle; @@ -76,7 +75,6 @@ public function registerBundles(): array new WebProfilerBundle(), new FriendsOfBehatSymfonyExtensionBundle(), new FrameworkBundle(), - new MakerBundle(), ]; if (class_exists(DoctrineMongoDBBundle::class)) {