]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
Add Instapaper import
[github/wallabag/wallabag.git] / tests / Wallabag / ImportBundle / Controller / ImportControllerTest.php
index b6783a560e71986737c6bcab2170d65ce0951ad8..0bc40bddc6dd85f6f8e30b2fa60126184b636ff4 100644 (file)
@@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
         $crawler = $client->request('GET', '/import/');
 
         $this->assertEquals(200, $client->getResponse()->getStatusCode());
-        $this->assertEquals(6, $crawler->filter('blockquote')->count());
+        $this->assertEquals(7, $crawler->filter('blockquote')->count());
     }
 }