aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-02 19:52:23 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-02 19:52:23 +0100
commit360862fad06224456d18b3702894b56cfd4ab558 (patch)
tree6a94f005f73ccdb2c2087a3867da14813b138c13
parentbc98118f92c2cbfb630bda42a0e9b6a5398302c2 (diff)
downloadforums-360862fad06224456d18b3702894b56cfd4ab558.tar
forums-360862fad06224456d18b3702894b56cfd4ab558.tar.gz
forums-360862fad06224456d18b3702894b56cfd4ab558.tar.bz2
forums-360862fad06224456d18b3702894b56cfd4ab558.tar.xz
forums-360862fad06224456d18b3702894b56cfd4ab558.zip
[ticket/12151] Remove old dependency from profile type in tests
PHPBB3-12151
-rw-r--r--tests/profile/custom_test.php10
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