diff options
-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 |