Skip to content

Commit

Permalink
ci: tests without maker bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 29, 2024
1 parent 9cd597f commit b224240
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Fixtures/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -76,7 +75,6 @@ public function registerBundles(): array
new WebProfilerBundle(),
new FriendsOfBehatSymfonyExtensionBundle(),
new FrameworkBundle(),
new MakerBundle(),
];

if (class_exists(DoctrineMongoDBBundle::class)) {
Expand Down

0 comments on commit b224240

Please sign in to comment.