aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-17 19:30:50 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-17 19:30:50 +0100
commitd8a35aba493ec1cf75034c3405798be070eeab14 (patch)
treeed6de561c7f7c5ee2ed0a48f3c564d30745edfbb /tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
parent66336f65714433996bb5574662d50d9a8cf03aff (diff)
downloadwallabag-d8a35aba493ec1cf75034c3405798be070eeab14.tar.gz
wallabag-d8a35aba493ec1cf75034c3405798be070eeab14.tar.zst
wallabag-d8a35aba493ec1cf75034c3405798be070eeab14.zip
Put log in the most common failure tests
So we’ll quickly be able to see what kind of test is failing when viewing Travis
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php b/tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
index c0417bbe..c1f82ea9 100644
--- a/tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/ChromeControllerTest.php
@@ -118,8 +118,8 @@ class ChromeControllerTest extends WallabagCoreTestCase
118 $this->getLoggedInUserId() 118 $this->getLoggedInUserId()
119 ); 119 );
120 120
121 $this->assertNotEmpty($content->getPreviewPicture()); 121 $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for http://www.usinenouvelle.com is ok');
122 $this->assertNotEmpty($content->getLanguage()); 122 $this->assertNotEmpty($content->getLanguage(), 'Language for http://www.usinenouvelle.com is ok');
123 $this->assertEquals(0, count($content->getTags())); 123 $this->assertEquals(0, count($content->getTags()));
124 124
125 $createdAt = $content->getCreatedAt(); 125 $createdAt = $content->getCreatedAt();