mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/develop/11568] Remove unneccessary calls to assert_response_success()
PHPBB3-11568
This commit is contained in:
@@ -53,7 +53,6 @@ class phpbb_functional_auth_test extends phpbb_functional_test_case
|
||||
|
||||
// check that we are logged in
|
||||
$crawler = $this->request('GET', 'adm/index.php?sid=' . $this->sid);
|
||||
$this->assert_response_success();
|
||||
$this->assertContains($this->lang('ADMIN_PANEL'), $crawler->filter('h1')->text());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user