diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:27:51 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:27:51 +0100 |
commit | 6e6a2c5df86270b9d517206d0fdb529bbbd3455d (patch) | |
tree | 25edcb747cda6bddb3ba6bf7ea66106e009a597c /tests/functions | |
parent | 372324cead4f9068ebe3ca10c85858af833a8026 (diff) | |
parent | df0388ccc5b24cfb67078dd2fa8cb2fc4f607dac (diff) | |
download | forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.gz forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.bz2 forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.tar.xz forums-6e6a2c5df86270b9d517206d0fdb529bbbd3455d.zip |
Merge pull request #4488 from senky/ticket/14825
Add core.auth_oauth_login_after and core.auth_oauth_link_after
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/user_delete_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |