[ticket/12514] Minor fault in type_bool_test.php

Had a double new line before get_profile_value_data

PHPBB3-12514
This commit is contained in:
Shitiz Garg 2014-06-17 15:09:07 +05:30
parent 70db69cb8c
commit d38816fc14

View file

@ -113,7 +113,6 @@ class phpbb_profilefield_type_bool_test extends phpbb_test_case
);
}
/**
* @dataProvider get_profile_value_data
*/