Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Oct 17, 2024
1 parent d33acfe commit 33ce137
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Application/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@ public function registerBundles(): iterable
foreach ($this->getBundleListFiles() as $file) {
yield from $this->registerBundlesFromFile($file);
}

if (class_exists(winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class)) {
yield new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle();
}
}


protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
{
foreach ($this->getBundleListFiles() as $file) {
Expand Down

0 comments on commit 33ce137

Please sign in to comment.