aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-02 13:53:45 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-25 12:28:55 +0200
commitefe659ab84df5db23d95203c0cef8c43ed0914e1 (patch)
tree0229779aedc681db15aa9fef53d06222897b2840 /tests/Wallabag/ImportBundle
parentae669126e718ede5dbf76929215d8514cd960976 (diff)
downloadwallabag-efe659ab84df5db23d95203c0cef8c43ed0914e1.tar.gz
wallabag-efe659ab84df5db23d95203c0cef8c43ed0914e1.tar.zst
wallabag-efe659ab84df5db23d95203c0cef8c43ed0914e1.zip
Add Chrome path for Mac OS
Diffstat (limited to 'tests/Wallabag/ImportBundle')
-rw-r--r--tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php b/tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
index d869cdf9..23a7c877 100644
--- a/tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
+++ b/tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
@@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
24 $crawler = $client->request('GET', '/import/'); 24 $crawler = $client->request('GET', '/import/');
25 25
26 $this->assertEquals(200, $client->getResponse()->getStatusCode()); 26 $this->assertEquals(200, $client->getResponse()->getStatusCode());
27 $this->assertEquals(4, $crawler->filter('blockquote')->count()); 27 $this->assertEquals(5, $crawler->filter('blockquote')->count());
28 } 28 }
29} 29}