mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/develop/11568] Remove unneccessary calls to assert_response_success()
PHPBB3-11568
This commit is contained in:
@@ -41,7 +41,6 @@ class phpbb_functional_notification_test extends phpbb_functional_test_case
|
||||
{
|
||||
$this->login();
|
||||
$crawler = $this->request('GET', 'ucp.php?i=ucp_notifications&mode=notification_options');
|
||||
$this->assert_response_success();
|
||||
|
||||
$cplist = $crawler->filter('.table1');
|
||||
if ($expected_status)
|
||||
|
Reference in New Issue
Block a user