diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-12 14:33:45 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-11-12 14:33:45 +0100 |
commit | 075a3b3e0a50012b7bc6c7bd1c85a133aba82326 (patch) | |
tree | 135b00e57a11706824d84d170be6f23072e0e07d /tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php | |
parent | 8d4ed0df0633f43fc2d65fef72c36070113844d1 (diff) | |
download | wallabag-075a3b3e0a50012b7bc6c7bd1c85a133aba82326.tar.gz wallabag-075a3b3e0a50012b7bc6c7bd1c85a133aba82326.tar.zst wallabag-075a3b3e0a50012b7bc6c7bd1c85a133aba82326.zip |
Fix tests
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php index 15646d55..90192278 100644 --- a/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/PinboardControllerTest.php | |||
@@ -121,7 +121,6 @@ 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->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok'); | ||
125 | 124 | ||
126 | $tags = $content->getTags(); | 125 | $tags = $content->getTags(); |
127 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); | 126 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); |