mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/12793] Tests (added and changed)
changed behavieur of 0 as in and added 0 as string test PHPBB3-12793
This commit is contained in:
@@ -249,8 +249,14 @@ class phpbb_profilefield_type_string_test extends phpbb_test_case
|
||||
array(
|
||||
0,
|
||||
array('field_show_novalue' => false),
|
||||
null,
|
||||
'Field should return null for empty integer without show_novalue',
|
||||
0,
|
||||
'Field should return value of integer 0 without show_novalue',
|
||||
),
|
||||
array(
|
||||
'0',
|
||||
array('field_show_novalue' => false),
|
||||
'0',
|
||||
'Field should return string 0',
|
||||
),
|
||||
array(
|
||||
0,
|
||||
|
Reference in New Issue
Block a user