]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
Added 'wallabag' in page title
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Tests / Import / PocketImportTest.php
index bc9e2f422d632e2ee0fe6d1e71b0c89201c5dd7e..92712b9d30a8dfcdf1071ee8d94ef4c7bfc7c849 100644 (file)
@@ -351,7 +351,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase
         $this->em
             ->expects($this->any())
             ->method('persist')
-            ->with($this->callback(function($persistedEntry) {
+            ->with($this->callback(function ($persistedEntry) {
                 return $persistedEntry->isArchived();
             }));