-
Bug
-
Resolution: Fixed
-
Major
-
3.0.11
-
None
public function assert_response_success()
|
{
|
$this->assertEquals(200, $this->client->getResponse()->getStatus());
|
$content = $this->client->getResponse()->getContent();
|
$this->assertNotContains('Fatal error:', $content);
|
}
|
Should also check for PHP Notice and PHP Warning