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
|
$databaseHandler
|
||||||
->execute(Argument::type('string'), Argument::type('array'))
|
->execute(Argument::type('string'), Argument::type('array'))
|
||||||
->willReturn(true, true);
|
->willReturn(true);
|
||||||
|
|
||||||
$databaseHandler
|
$databaseHandler
|
||||||
->getConnection()
|
->getConnection()
|
||||||
|
Loading…
Reference in New Issue
Block a user