We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d398935 commit 0a541d9Copy full SHA for 0a541d9
tests/WorkflowSubscriberTest.php
@@ -44,6 +44,8 @@ public function testIfWorkflowEmitsEvents()
44
$this->assertTrue($events[5] == "workflow.straight.transition");
45
$this->assertTrue($events[6] instanceof \Brexis\LaravelWorkflow\Events\EnterEvent);
46
$this->assertTrue($events[7] == "workflow.straight.enter");
47
+ $this->assertTrue($events[8] instanceof \Brexis\LaravelWorkflow\Events\EnteredEvent);
48
+ $this->assertTrue($events[9] == "workflow.straight.entered");
49
}
50
51
0 commit comments