mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12334] Improve type_dropdown's test description
PHPBB3-12334
This commit is contained in:
parent
9051248e12
commit
482a22351d
1 changed files with 3 additions and 3 deletions
|
@ -186,13 +186,13 @@ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
|
|||
'',
|
||||
array('field_show_novalue' => false),
|
||||
null,
|
||||
'Field should return correct raw value',
|
||||
'Field should null for empty value without show_novalue',
|
||||
),
|
||||
array(
|
||||
'',
|
||||
array('field_show_novalue' => true),
|
||||
0,
|
||||
'Field should return correct raw value',
|
||||
'Field should return 0 for empty value with show_novalue',
|
||||
),
|
||||
array(
|
||||
null,
|
||||
|
@ -204,7 +204,7 @@ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
|
|||
null,
|
||||
array('field_show_novalue' => true),
|
||||
0,
|
||||
'Field should return correct raw value',
|
||||
'Field should return 0 for empty value with show_novalue',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue