mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge branch '2.6' into master
This commit is contained in:
commit
8fd5a5273d
23 changed files with 749 additions and 14 deletions
|
@ -23,6 +23,6 @@ class ImportControllerTest extends WallabagTestCase
|
|||
|
||||
$crawler = $client->request('GET', '/import/');
|
||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(13, $crawler->filter('.card-title')->count());
|
||||
$this->assertSame(14, $crawler->filter('.card-title')->count());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue