From 8cef0b69715e04cb39ab365e4bdb01a958e7126b Mon Sep 17 00:00:00 2001 From: PayBas Date: Thu, 22 May 2014 00:55:08 +0200 Subject: [PATCH] [ticket/12334] Removed tests Will be implemented in #2459 PHPBB3-12334 --- tests/profile/get_profile_value_raw_test.php | 52 -------------------- 1 file changed, 52 deletions(-) delete mode 100644 tests/profile/get_profile_value_raw_test.php 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, - ))); - } -}