mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1989 from nickvergessen/ticket/12151
[ticket/12151] Remove old dependency from profile type in tests
This commit is contained in:
commit
b88e070116
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(
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue