X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FImportBundle%2FTests%2FController%2FImportControllerTest.php;h=9f38fa8287ab043f83a5bd3a5bd7defad5fc46ab;hb=refs%2Fpull%2F1819%2Fhead;hp=30009af4947915d59862145fa5fcc082258ba8e6;hpb=39643c6b76d92d509b1af0228b6379d7fdce8a1c;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()); } }