forked from wallabag/wallabag
Add Shaarli and Pocket HTML imports
This commit is contained in:
committed by
Nicolas Lœuillet
parent
40aeeafea2
commit
2af48b8174
@ -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(12, $crawler->filter('blockquote')->count());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user