forked from wallabag/wallabag
Added elCurator import
This commit is contained in:
committed by
Jeremy Benoist
parent
3c5aa05311
commit
958e77e6a7
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user