From f1523944a048e22207d6f200c6d152ecb9fdc136 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 28 May 2013 14:58:40 +0200 Subject: [ticket/develop/11568] Remove unneccessary calls to assert_response_success() PHPBB3-11568 --- tests/functional/notification_test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/functional/notification_test.php') diff --git a/tests/functional/notification_test.php b/tests/functional/notification_test.php index fa6513a0ba..ad4f3acdc2 100644 --- a/tests/functional/notification_test.php +++ b/tests/functional/notification_test.php @@ -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) -- cgit v1.2.1