bring chrome and firefox as separate imports

This commit is contained in:
Thomas Citharel
2016-09-21 17:47:47 +02:00
committed by Jeremy Benoist
parent f7c55b3812
commit 59201088b4
29 changed files with 1266 additions and 253 deletions

View File

@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
$crawler = $client->request('GET', '/import/');
$this->assertEquals(200, $client->getResponse()->getStatusCode());
$this->assertEquals(5, $crawler->filter('blockquote')->count());
$this->assertEquals(6, $crawler->filter('blockquote')->count());
}
}