X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FTests%2FController%2FImportControllerTest.php;h=9f38fa8287ab043f83a5bd3a5bd7defad5fc46ab;hb=6785f4aa749e381081b93e3db46424cc7475eab8;hp=30009af4947915d59862145fa5fcc082258ba8e6;hpb=7019c7cf6c6af39c0f458769e20c3f9306477943;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php b/src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php index 30009af4..9f38fa82 100644 --- a/src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php +++ b/src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php @@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase $crawler = $client->request('GET', '/import/'); $this->assertEquals(200, $client->getResponse()->getStatusCode()); - $this->assertEquals(2, $crawler->filter('blockquote')->count()); + $this->assertEquals(3, $crawler->filter('blockquote')->count()); } }