This commit is contained in:
Jeremy Benoist 2020-05-25 05:50:11 +02:00
parent 0db1322941
commit 9dfceff022
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -121,7 +121,7 @@ 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->assertNull($content->getLanguage(), 'Language for https://ma.ttias.be is null');
$this->assertNotEmpty($content->getLanguage(), 'Language for https://ma.ttias.be is ok');
$tags = $content->getTags();
$this->assertContains('foot', $tags, 'It includes the "foot" tag');