diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-16 21:17:10 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-31 14:00:15 +0200 |
commit | cf05a1ae342b8f59ee0944eeba0f75aa0a1a2816 (patch) | |
tree | eb1485cac9bf91236b6e5b3a1aef4f5638451b51 /tests/Wallabag/ImportBundle/Controller | |
parent | 74a75f7d430eb7a69cd377194e52012db34d39b4 (diff) | |
download | wallabag-cf05a1ae342b8f59ee0944eeba0f75aa0a1a2816.tar.gz wallabag-cf05a1ae342b8f59ee0944eeba0f75aa0a1a2816.tar.zst wallabag-cf05a1ae342b8f59ee0944eeba0f75aa0a1a2816.zip |
Reduce imported entries
Down from 2.2 minutes to 1.39 minutes
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php b/tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php index 9df827ea..24893259 100644 --- a/tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php | |||
@@ -119,6 +119,7 @@ class WallabagV2ControllerTest extends WallabagCoreTestCase | |||
119 | $this->getLoggedInUserId() | 119 | $this->getLoggedInUserId() |
120 | ); | 120 | ); |
121 | 121 | ||
122 | // empty because it wasn't re-imported | ||
122 | $this->assertEmpty($content->getMimetype(), 'Mimetype for http://www.liberation.fr is empty'); | 123 | $this->assertEmpty($content->getMimetype(), 'Mimetype for http://www.liberation.fr is empty'); |
123 | $this->assertEmpty($content->getPreviewPicture(), 'Preview picture for http://www.liberation.fr is empty'); | 124 | $this->assertEmpty($content->getPreviewPicture(), 'Preview picture for http://www.liberation.fr is empty'); |
124 | $this->assertEmpty($content->getLanguage(), 'Language for http://www.liberation.fr is empty'); | 125 | $this->assertEmpty($content->getLanguage(), 'Language for http://www.liberation.fr is empty'); |