Fix findOneByUrl side effect in tests

Fix #1566
This commit is contained in:
Jeremy Benoist
2016-01-15 15:28:22 +01:00
parent 790573d458
commit 7883367246
8 changed files with 33 additions and 18 deletions

View File

@ -53,7 +53,7 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase
->getMock();
$entryRepo->expects($this->exactly(3))
->method('existByUrlAndUserId')
->method('findByUrlAndUserId')
->will($this->onConsecutiveCalls(false, true, false));
$this->em