From bc18e368c36af90b2e998913e827dc7be71f3bd0 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sat, 20 Oct 2012 21:55:58 -0500 Subject: [ticket/11103] Correct the test case Fix a bug that broke it and make sure to set the needed config/auth settings PHPBB3-11103 --- tests/mock/notifications_auth.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/mock/notifications_auth.php') diff --git a/tests/mock/notifications_auth.php b/tests/mock/notifications_auth.php index d1c1458de7..d960acb81a 100644 --- a/tests/mock/notifications_auth.php +++ b/tests/mock/notifications_auth.php @@ -32,4 +32,9 @@ class phpbb_mock_notifications_auth extends phpbb_auth return $auth_list; } + + function acl_get($opt, $f = 0) + { + return true; + } } -- cgit v1.2.1