mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Fix tests
This commit is contained in:
parent
66fa0c26ab
commit
2f62f3abfe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class DeveloperControllerTest extends WallabagCoreTestCase
|
|||
$newNbClients = $em->getRepository('WallabagApiBundle:Client')->findAll();
|
||||
$this->assertGreaterThan(\count($nbClients), \count($newNbClients));
|
||||
|
||||
$this->assertGreaterThan(1, $alert = $crawler->filter('.settings ul li strong')->extract(['_text']));
|
||||
$this->assertGreaterThan(1, $alert = $crawler->filter('.settings table strong')->extract(['_text']));
|
||||
$this->assertContains('My app', $alert[0]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue