Added tags for Firefox import

This commit is contained in:
Nicolas Lœuillet
2016-09-26 13:40:10 +02:00
parent 990adfb34c
commit fefef9d41b
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class FirefoxControllerTest extends WallabagCoreTestCase
$this->assertNotEmpty($content->getMimetype());
$this->assertNotEmpty($content->getPreviewPicture());
$this->assertNotEmpty($content->getLanguage());
$this->assertEquals(0, count($content->getTags()));
$this->assertEquals(2, count($content->getTags()));
$content = $client->getContainer()
->get('doctrine.orm.entity_manager')