aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle
diff options
context:
space:
mode:
authornicofrand <mail@nicofrand.eu>2019-05-21 20:10:57 +0200
committernicofrand <mail@nicofrand.eu>2019-05-21 20:38:22 +0200
commitd99e6423f4bd54595a8a805dd1efd0bd94e8bb09 (patch)
treec687d727071f6bbd2fad81594d79fb839965feab /tests/Wallabag/ImportBundle
parent715fabf8f286177c7abb216f0c867a989de18c32 (diff)
downloadwallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.tar.gz
wallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.tar.zst
wallabag-d99e6423f4bd54595a8a805dd1efd0bd94e8bb09.zip
[tests] Fix pre-existing tests (preview now imported + records added)
Diffstat (limited to 'tests/Wallabag/ImportBundle')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php b/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
index 1f57939d..2a8e7c89 100644
--- a/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php
@@ -121,7 +121,7 @@ class WallabagV1ControllerTest extends WallabagCoreTestCase
121 121
122 $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content); 122 $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
123 $this->assertEmpty($content->getMimetype(), 'Mimetype for http://www.framablog.org is empty'); 123 $this->assertEmpty($content->getMimetype(), 'Mimetype for http://www.framablog.org is empty');
124 $this->assertEmpty($content->getPreviewPicture(), 'Preview picture for http://www.framablog.org is empty'); 124 $this->assertSame($content->getPreviewPicture(), 'http://www.framablog.org/public/_img/framablog/wallaby_baby.jpg');
125 $this->assertEmpty($content->getLanguage(), 'Language for http://www.framablog.org is empty'); 125 $this->assertEmpty($content->getLanguage(), 'Language for http://www.framablog.org is empty');
126 126
127 $tags = $content->getTags(); 127 $tags = $content->getTags();