aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-08 15:22:35 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-08 15:22:35 +0100
commitcebb42234cd8a5cb5a777b4b7ef2640fb5a82b90 (patch)
tree4d0fd76f21209c6269ae110ec8c7ca8e3b8bd8fe /src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
parentf4109a9bbfe73c964155d699653044ef77e1daff (diff)
downloadwallabag-cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90.tar.gz
wallabag-cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90.tar.zst
wallabag-cebb42234cd8a5cb5a777b4b7ef2640fb5a82b90.zip
Added 'wallabag' in page title
Diffstat (limited to 'src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php')
-rw-r--r--src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php b/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
index c461168c..2b642d27 100644
--- a/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
+++ b/src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php
@@ -94,7 +94,7 @@ class WallabagV2ImportTest extends \PHPUnit_Framework_TestCase
94 $this->em 94 $this->em
95 ->expects($this->any()) 95 ->expects($this->any())
96 ->method('persist') 96 ->method('persist')
97 ->with($this->callback(function($persistedEntry) { 97 ->with($this->callback(function ($persistedEntry) {
98 return $persistedEntry->isArchived(); 98 return $persistedEntry->isArchived();
99 })); 99 }));
100 100