1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added Omnivore Import

This commit is contained in:
Nicolas Lœuillet 2024-10-31 08:10:33 +01:00
parent 1cc321bec4
commit bd8ccf924f
16 changed files with 899 additions and 4 deletions

View file

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