[ticket/12514] Fix some formatting for tests

PHPBB3-12514
This commit is contained in:
Shitiz Garg 2014-06-18 01:45:08 +05:30
parent f549a6ce9f
commit e820143e87
4 changed files with 112 additions and 112 deletions

View file

@ -163,7 +163,7 @@ class phpbb_profilefield_type_date_test extends phpbb_test_case
array('field_required' => true), array('field_required' => true),
'FIELD_REQUIRED-field', 'FIELD_REQUIRED-field',
'Field should reject value for being empty', 'Field should reject value for being empty',
) ),
); );
} }