From 360862fad06224456d18b3702894b56cfd4ab558 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 2 Feb 2014 19:52:23 +0100 Subject: [PATCH] [ticket/12151] Remove old dependency from profile type in tests PHPBB3-12151 --- tests/profile/custom_test.php | 10 ---------- 1 file changed, 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