diff options
| author | Shitiz Garg <mail@dragooon.net> | 2014-06-17 15:09:07 +0530 |
|---|---|---|
| committer | Shitiz Garg <mail@dragooon.net> | 2014-06-17 15:09:13 +0530 |
| commit | d38816fc146112566fdeed99069c37506ab78999 (patch) | |
| tree | d9c8fe35dccbb84fd4b2f686716340a8bf975822 | |
| parent | 70db69cb8c4f1495291054db4c81785e3c95d866 (diff) | |
| download | forums-d38816fc146112566fdeed99069c37506ab78999.tar forums-d38816fc146112566fdeed99069c37506ab78999.tar.gz forums-d38816fc146112566fdeed99069c37506ab78999.tar.bz2 forums-d38816fc146112566fdeed99069c37506ab78999.tar.xz forums-d38816fc146112566fdeed99069c37506ab78999.zip | |
[ticket/12514] Minor fault in type_bool_test.php
Had a double new line before get_profile_value_data
PHPBB3-12514
| -rw-r--r-- | tests/profilefields/type_bool_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |
