diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-26 13:40:10 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-26 13:40:10 +0200 |
commit | fefef9d41b4d1bd9efbd49011159bae70bf67528 (patch) | |
tree | 78baf852244bf15320b45d509ff200f5c344c6f1 /tests/Wallabag/ImportBundle/Controller | |
parent | 990adfb34c148e7cd28b9cb784cf2b7388caae8f (diff) | |
download | wallabag-fefef9d41b4d1bd9efbd49011159bae70bf67528.tar.gz wallabag-fefef9d41b4d1bd9efbd49011159bae70bf67528.tar.zst wallabag-fefef9d41b4d1bd9efbd49011159bae70bf67528.zip |
Added tags for Firefox import
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php index dea5b79c..98f13d72 100644 --- a/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/FirefoxControllerTest.php | |||
@@ -120,7 +120,7 @@ class FirefoxControllerTest extends WallabagCoreTestCase | |||
120 | $this->assertNotEmpty($content->getMimetype()); | 120 | $this->assertNotEmpty($content->getMimetype()); |
121 | $this->assertNotEmpty($content->getPreviewPicture()); | 121 | $this->assertNotEmpty($content->getPreviewPicture()); |
122 | $this->assertNotEmpty($content->getLanguage()); | 122 | $this->assertNotEmpty($content->getLanguage()); |
123 | $this->assertEquals(0, count($content->getTags())); | 123 | $this->assertEquals(2, count($content->getTags())); |
124 | 124 | ||
125 | $content = $client->getContainer() | 125 | $content = $client->getContainer() |
126 | ->get('doctrine.orm.entity_manager') | 126 | ->get('doctrine.orm.entity_manager') |