mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12151] Remove old dependency from profile type in tests
PHPBB3-12151
This commit is contained in:
parent
bc98118f92
commit
360862fad0
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue