[ticket/12151] Remove old dependency from profile type in tests

PHPBB3-12151
This commit is contained in:
Joas Schilling 2014-02-02 19:52:23 +01:00
parent bc98118f92
commit 360862fad0

View file

@ -55,16 +55,6 @@ class phpbb_profile_custom_test extends phpbb_database_test_case
$cp = new \phpbb\profilefields\type\type_dropdown( $cp = new \phpbb\profilefields\type\type_dropdown(
new \phpbb\profilefields\lang_helper($db, $table_prefix . 'profile_fields_lang'), 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, $request,
$template, $template,
$user $user