Skip to content

Commit

Permalink
Fixed missing compiler pass in bundle test
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed Jan 8, 2025
1 parent e084c16 commit 6ef9ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/batch-symfony-framework/tests/YokaiBatchBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use PHPUnit\Framework\TestCase;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Yokai\Batch\Bridge\Symfony\Framework\DependencyInjection\CompilerPass\ConfigureLauncherPass;
use Yokai\Batch\Bridge\Symfony\Framework\DependencyInjection\CompilerPass\ConfigureStoragePass;
use Yokai\Batch\Bridge\Symfony\Framework\DependencyInjection\CompilerPass\ConfigureTemplatingPass;
use Yokai\Batch\Bridge\Symfony\Framework\DependencyInjection\CompilerPass\RegisterJobsCompilerPass;
Expand All @@ -28,6 +29,7 @@ public function testBuild(): void
}
self::assertSame(
[
ConfigureLauncherPass::class,
ConfigureStoragePass::class,
ConfigureTemplatingPass::class,
RegisterJobsCompilerPass::class,
Expand Down

0 comments on commit 6ef9ccf

Please sign in to comment.