Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Jul 16, 2017
1 parent a28cfbf commit ee764fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public function getHandler()
$dispatcher = new EventDispatcher();
$notification = M::mock(NotificationManager::class);
$notification->shouldReceive('sendNotification')
->zoreOrMoreTimes();
->zeroOrMoreTimes();

$dispatcher->addSubscriber(new WorkFlowSubscriber($this->registry, $notification));
$stateMachine = new StateMachine(
Expand Down

0 comments on commit ee764fd

Please sign in to comment.