mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +02:00
[ticket/12334] Improve type_dropdown's test description
PHPBB3-12334
This commit is contained in:
@@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user