mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11202] Custom message does not make sense here, delete it.
PHPBB3-11202
This commit is contained in:
parent
dc61fd1091
commit
af7ab2d3ac
1 changed files with 2 additions and 2 deletions
|
@ -236,9 +236,9 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||
* When php decides to die with a fatal error, it still sends 200 OK
|
||||
* status code. This assertion tries to catch that.
|
||||
*
|
||||
* @param string $message Optional failure message
|
||||
* @return null
|
||||
*/
|
||||
public function assert_response_success($message = null)
|
||||
public function assert_response_success()
|
||||
{
|
||||
$this->assertEquals(200, $this->client->getResponse()->getStatus());
|
||||
$content = $this->client->getResponse()->getContent();
|
||||
|
|
Loading…
Add table
Reference in a new issue