Skip to content

Commit

Permalink
Remove winzouStateMachineBundle from test application's bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Oct 8, 2024
1 parent c920382 commit b694ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Application/config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\MakerBundle\MakerBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
use winzou\Bundle\StateMachineBundle\winzouStateMachineBundle;

return [
FrameworkBundle::class => ['all' => true],
Expand All @@ -29,7 +28,6 @@
SyliusResourceBundle::class => ['all' => true],
SyliusGridBundle::class => ['all' => true],
BabDevPagerfantaBundle::class => ['all' => true],
winzouStateMachineBundle::class => ['all' => true],
FidryAliceDataFixturesBundle::class => ['all' => true],
NelmioAliceBundle::class => ['all' => true],
MakerBundle::class => ['all' => true, 'test_without_maker' => false],
Expand Down

0 comments on commit b694ee0

Please sign in to comment.