aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-03-08 15:49:13 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-03-08 15:49:13 +0100
commitd460a7377ab3672cf05ec18301f94c9d66fc5cff (patch)
tree4d0fd76f21209c6269ae110ec8c7ca8e3b8bd8fe /src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php
parentf4109a9bbfe73c964155d699653044ef77e1daff (diff)
parentcebb42234cd8a5cb5a777b4b7ef2640fb5a82b90 (diff)
downloadwallabag-d460a7377ab3672cf05ec18301f94c9d66fc5cff.tar.gz
wallabag-d460a7377ab3672cf05ec18301f94c9d66fc5cff.tar.zst
wallabag-d460a7377ab3672cf05ec18301f94c9d66fc5cff.zip
Merge pull request #1766 from wallabag/v2-add-wallabag-in-title
Fix #1756: Added 'wallabag' in page title
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