mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Add Pocket and Shaarli imports
This commit is contained in:
parent
70999075a6
commit
b1614e9267
26 changed files with 1732 additions and 10 deletions
|
@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
|
|||
$crawler = $client->request('GET', '/import/');
|
||||
|
||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(11, $crawler->filter('blockquote')->count());
|
||||
$this->assertSame(13, $crawler->filter('blockquote')->count());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue