1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-02 05:37:56 +02:00

[ticket/11493] add check for phpBB Debug in functional tests

PHPBB3-11493
This commit is contained in:
Dhruv 2013-04-15 20:41:05 +05:30
parent fb371d6bbe
commit 82a630cd64

@ -349,5 +349,6 @@ class phpbb_functional_test_case extends phpbb_test_case
$this->assertEquals(200, $this->client->getResponse()->getStatus());
$content = $this->client->getResponse()->getContent();
$this->assertNotContains('Fatal error:', $content);
$this->assertNotContains('[phpBB Debug]', $content);
}
}