mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Merge remote-tracking branch 'origin/master' into port/2.6.10
This commit is contained in:
commit
8e9f908cf1
25 changed files with 591 additions and 196 deletions
|
@ -22,8 +22,7 @@ class ImportControllerTest extends WallabagTestCase
|
|||
$client = $this->getTestClient();
|
||||
|
||||
$crawler = $client->request('GET', '/import/');
|
||||
|
||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(13, $crawler->filter('blockquote')->count());
|
||||
$this->assertSame(13, $crawler->filter('.card-title')->count());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue