From d38816fc146112566fdeed99069c37506ab78999 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Tue, 17 Jun 2014 15:09:07 +0530 Subject: [ticket/12514] Minor fault in type_bool_test.php Had a double new line before get_profile_value_data PHPBB3-12514 --- tests/profilefields/type_bool_test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/profilefields') diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php index 86cee66f5a..1773718a38 100644 --- a/tests/profilefields/type_bool_test.php +++ b/tests/profilefields/type_bool_test.php @@ -113,7 +113,6 @@ class phpbb_profilefield_type_bool_test extends phpbb_test_case ); } - /** * @dataProvider get_profile_value_data */ -- cgit v1.2.1