mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix build
This commit is contained in:
@@ -75,7 +75,7 @@ class Bridge_Application extends PhraseanetWebTestCaseAuthenticatedAbstract
|
||||
|
||||
$crawler = $this->client->request('POST', '/bridge/manager/', array('ssel' => $basket->getId()));
|
||||
$pageContent = $this->client->getResponse()->getContent();
|
||||
$this->assertNotContains("Oups ! something went wrong !", $pageContent);
|
||||
$this->assertTrue($this->client->getResponse()->isOk());
|
||||
$this->assertEquals(count($accounts) + 2, $crawler->filter('form')->count());
|
||||
$this->assertTrue($this->client->getResponse()->isOk());
|
||||
}
|
||||
|
Reference in New Issue
Block a user