aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-11-07 12:17:01 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-11-15 16:08:36 +0100
commit958e77e6a7c779de11f0f070b70c861c246a959f (patch)
tree02717c536865a32983017faf5ec195f0e7148fc9 /tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
parent3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff)
downloadwallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.gz
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.zst
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.zip
Added elCurator import
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php')
-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 e1ec7c65..f0edb78d 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->assertSame(200, $client->getResponse()->getStatusCode()); 26 $this->assertSame(200, $client->getResponse()->getStatusCode());
27 $this->assertSame(8, $crawler->filter('blockquote')->count()); 27 $this->assertSame(9, $crawler->filter('blockquote')->count());
28 } 28 }
29} 29}