diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-02 11:15:47 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-02 11:15:47 -0800 |
commit | b88e070116acbab2022a5b7d6a457adfcf449126 (patch) | |
tree | 6a94f005f73ccdb2c2087a3867da14813b138c13 | |
parent | bc98118f92c2cbfb630bda42a0e9b6a5398302c2 (diff) | |
parent | 360862fad06224456d18b3702894b56cfd4ab558 (diff) | |
download | forums-b88e070116acbab2022a5b7d6a457adfcf449126.tar forums-b88e070116acbab2022a5b7d6a457adfcf449126.tar.gz forums-b88e070116acbab2022a5b7d6a457adfcf449126.tar.bz2 forums-b88e070116acbab2022a5b7d6a457adfcf449126.tar.xz forums-b88e070116acbab2022a5b7d6a457adfcf449126.zip |
Merge pull request #1989 from nickvergessen/ticket/12151
[ticket/12151] Remove old dependency from profile type in tests
-rw-r--r-- | tests/profile/custom_test.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/profile/custom_test.php b/tests/profile/custom_test.php index 654c9f6e5a..e68f1f7c4b 100644 --- a/tests/profile/custom_test.php +++ b/tests/profile/custom_test.php @@ -55,16 +55,6 @@ class phpbb_profile_custom_test extends phpbb_database_test_case $cp = new \phpbb\profilefields\type\type_dropdown( new \phpbb\profilefields\lang_helper($db, $table_prefix . 'profile_fields_lang'), - new \phpbb\profilefields\profilefields( - $this->getMock('\phpbb\auth\auth'), - $db, - $request, - $template, - $user, - $table_prefix . 'profile_fields', - $table_prefix . 'profile_lang', - $table_prefix . 'profile_fields_data' - ), $request, $template, $user |