X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FTests%2FImport%2FWallabagV1ImportTest.php;h=8ab7e83012b7298d138aa0ef998c88522d2d525b;hb=cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90;hp=fbcd270d31d6a39bcf8dd5ef374b243d9e955d3b;hpb=f4109a9bbfe73c964155d699653044ef77e1daff;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php index fbcd270d..8ab7e830 100644 --- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php +++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php @@ -103,7 +103,7 @@ class WallabagV1ImportTest extends \PHPUnit_Framework_TestCase $this->em ->expects($this->any()) ->method('persist') - ->with($this->callback(function($persistedEntry) { + ->with($this->callback(function ($persistedEntry) { return $persistedEntry->isArchived(); }));