aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php')
-rw-r--r--src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
index bc9e2f42..92712b9d 100644
--- a/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
+++ b/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
@@ -351,7 +351,7 @@ class PocketImportTest extends \PHPUnit_Framework_TestCase
351 $this->em 351 $this->em
352 ->expects($this->any()) 352 ->expects($this->any())
353 ->method('persist') 353 ->method('persist')
354 ->with($this->callback(function($persistedEntry) { 354 ->with($this->callback(function ($persistedEntry) {
355 return $persistedEntry->isArchived(); 355 return $persistedEntry->isArchived();
356 })); 356 }));
357 357