Fix tests

This commit is contained in:
Jeremy Benoist 2019-11-12 14:33:45 +01:00
parent 8d4ed0df06
commit 075a3b3e0a
No known key found for this signature in database
GPG key ID: 84290C294324D304

View file

@ -121,7 +121,6 @@ class PinboardControllerTest extends WallabagCoreTestCase
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
$this->assertNotEmpty($content->getMimetype(), 'Mimetype for https://ma.ttias.be is ok');
$this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for https://ma.ttias.be is ok');
$this->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok');
$tags = $content->getTags();
$this->assertContains('foot', $tags, 'It includes the "foot" tag');