Skip to content

Commit

Permalink
- Updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksanders86 committed Mar 12, 2019
1 parent 3a3e883 commit ce3ae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function initUpchuck() {
}

protected function mockEvents() {
return m::mock('Illuminate\Events\Dispatcher', [ 'fire' => null ]);
return m::mock('Illuminate\Events\Dispatcher', [ 'dispatch' => null ]);
}

// https://github.com/laracasts/TestDummy/blob/master/tests/FactoryTest.php#L18
Expand Down

0 comments on commit ce3ae0c

Please sign in to comment.