Don't tell prophecy to return true twice
This commit is contained in:
parent
0825c098e5
commit
2269254e26
@ -18,7 +18,7 @@ class UserRepositoryTest extends TestCase
|
||||
|
||||
$databaseHandler
|
||||
->execute(Argument::type('string'), Argument::type('array'))
|
||||
->willReturn(true, true);
|
||||
->willReturn(true);
|
||||
|
||||
$databaseHandler
|
||||
->getConnection()
|
||||
|
Loading…
Reference in New Issue
Block a user