diff --git a/tests/profile/get_profile_value_raw_test.php b/tests/profile/get_profile_value_raw_test.php deleted file mode 100644 index 20b61f062b..0000000000 --- a/tests/profile/get_profile_value_raw_test.php +++ /dev/null @@ -1,52 +0,0 @@ -getMock('\phpbb\request\request'), - $this->getMock('\phpbb\template\template'), - $this->getMock('\phpbb\user') - ); - - $this->assertSame($expected, $cp->get_profile_value_raw($value, array( - 'field_type' => $type, - 'field_show_novalue' => $show_novalue, - ))); - } -}