aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-11-15 16:38:30 +0100
committerGitHub <noreply@github.com>2019-11-15 16:38:30 +0100
commit069229e19cbb02d83b94b8356dfa2e28901aa1b6 (patch)
tree02717c536865a32983017faf5ec195f0e7148fc9 /tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
parent3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff)
parent958e77e6a7c779de11f0f070b70c861c246a959f (diff)
downloadwallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.tar.gz
wallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.tar.zst
wallabag-069229e19cbb02d83b94b8356dfa2e28901aa1b6.zip
Merge pull request #4175 from wallabag/import-elcurator
Added elCurator import
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
index 90192278..963759b1 100644
--- a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php
@@ -121,6 +121,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
121 $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content); 121 $this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
122 $this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok'); 122 $this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok');
123 $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok'); 123 $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok');
124 $this->assertNull($content->getLanguage(), 'Language for https://ma.ttias.be is null');
124 125
125 $tags = $content->getTags(); 126 $tags = $content->getTags();
126 $this->assertContains('foot', $tags, 'It includes the "foot" tag'); 127 $this->assertContains('foot', $tags, 'It includes the "foot" tag');