1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Added elCurator import

This commit is contained in:
Nicolas Lœuillet 2019-11-07 12:17:01 +01:00 committed by Jeremy Benoist
parent 3c5aa05311
commit 958e77e6a7
No known key found for this signature in database
GPG key ID: 84290C294324D304
25 changed files with 342 additions and 1 deletions

View file

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