This commit is contained in:
Thomas Citharel
2016-02-11 13:39:21 +01:00
parent 0783c99a19
commit da0a9e01e9
3 changed files with 5 additions and 7 deletions

View File

@ -26,7 +26,7 @@ class WallabagV2ImportTest extends \PHPUnit_Framework_TestCase
->disableOriginalConstructor()
->getMock();
$wallabag = new WallabagV2Import($this->em,$this->contentProxy);
$wallabag = new WallabagV2Import($this->em, $this->contentProxy);
$this->logHandler = new TestHandler();
$logger = new Logger('test', array($this->logHandler));