forked from wallabag/wallabag
Add Pocket CSV import
This commit is contained in:
committed by
Kevin Decherf
parent
52a16bb75f
commit
c1397f43ac
@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
|
||||
$crawler = $client->request('GET', '/import/');
|
||||
|
||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(13, $crawler->filter('blockquote')->count());
|
||||
$this->assertSame(14, $crawler->filter('blockquote')->count());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user