forked from wallabag/wallabag
Added elCurator import
This commit is contained in:
committed by
Jeremy Benoist
parent
3c5aa05311
commit
958e77e6a7
@ -121,6 +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');
|
||||
|
||||
$tags = $content->getTags();
|
||||
$this->assertContains('foot', $tags, 'It includes the "foot" tag');
|
||||
|
||||
Reference in New Issue
Block a user