aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.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/WallabagV1ImportTest.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/WallabagV1ImportTest.php')
-rw-r--r--src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php2
1 files changed, 1 insertions, 1 deletions
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
103 $this->em 103 $this->em
104 ->expects($this->any()) 104 ->expects($this->any())
105 ->method('persist') 105 ->method('persist')
106 ->with($this->callback(function($persistedEntry) { 106 ->with($this->callback(function ($persistedEntry) {
107 return $persistedEntry->isArchived(); 107 return $persistedEntry->isArchived();
108 })); 108 }));
109 109