Skip to content

Commit

Permalink
fix workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 18, 2024
1 parent 3ad3480 commit 27b8853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/php/workflow/tests/AbstractWorkflowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use ColinODell\PsrTestLogger\TestLogger;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\EventDispatcher\EventDispatcher;

abstract class AbstractWorkflowTest extends TestCase
{
Expand Down Expand Up @@ -71,6 +72,7 @@ protected function createOrchestrator(
$stateRepository,
$jobTrigger,
new EventValidator(),
new EventDispatcher(),
), $stateRepository, $logger];
}

Expand Down

0 comments on commit 27b8853

Please sign in to comment.