Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Jan 24, 2017
1 parent 08e1392 commit c40fd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Auth/AuthPasswordBrokerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function testRedirectReturnedByRemindWhenPasswordDoesntPassValidator()

protected function getBroker($mocks)
{
return new Illuminate\Auth\Passwords\PasswordBroker($mocks['app'], $mocks['users'], $mocks['expiration']);
return new \Illuminate\Auth\Passwords\PasswordBroker($mocks['app'], $mocks['users'], $mocks['expiration']);
}

protected function getMocks()
Expand Down

0 comments on commit c40fd20

Please sign in to comment.