From df0388ccc5b24cfb67078dd2fa8cb2fc4f607dac Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Mon, 17 Oct 2016 13:15:57 +0200 Subject: [ticket/14825] Add core.auth_oauth_(login/link)_after PHPBB3-14825 --- tests/functions/user_delete_test.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/functions/user_delete_test.php') diff --git a/tests/functions/user_delete_test.php b/tests/functions/user_delete_test.php index db52dcded7..c224323273 100644 --- a/tests/functions/user_delete_test.php +++ b/tests/functions/user_delete_test.php @@ -71,6 +71,7 @@ class phpbb_functions_user_delete_test extends phpbb_database_test_case $oauth_provider_collection, 'phpbb_users', $phpbb_container, + $phpbb_dispatcher, $this->phpbb_root_path, $this->php_ext ); -- cgit v1.2.1