diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:29:14 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-13 21:29:14 +0100 |
commit | 8a3147faf85da52a14b1fca9ec9951a79ce67709 (patch) | |
tree | e932eaae146d7ccaed09500fe9ba3f7d48c6d03c /tests/functions | |
parent | 9c7e8c2dc5607a594f1e8d3a633dc686e8c002a7 (diff) | |
parent | 6e6a2c5df86270b9d517206d0fdb529bbbd3455d (diff) | |
download | forums-8a3147faf85da52a14b1fca9ec9951a79ce67709.tar forums-8a3147faf85da52a14b1fca9ec9951a79ce67709.tar.gz forums-8a3147faf85da52a14b1fca9ec9951a79ce67709.tar.bz2 forums-8a3147faf85da52a14b1fca9ec9951a79ce67709.tar.xz forums-8a3147faf85da52a14b1fca9ec9951a79ce67709.zip |
Merge branch '3.1.x' into 3.2.x
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 480b5fc5e1..db9b6e0c90 100644 --- a/tests/functions/user_delete_test.php +++ b/tests/functions/user_delete_test.php @@ -72,6 +72,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 ); |