aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-02-02 11:15:47 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2014-02-02 11:15:47 -0800
commitb88e070116acbab2022a5b7d6a457adfcf449126 (patch)
tree6a94f005f73ccdb2c2087a3867da14813b138c13
parentbc98118f92c2cbfb630bda42a0e9b6a5398302c2 (diff)
parent360862fad06224456d18b3702894b56cfd4ab558 (diff)
downloadforums-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.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