diff --git a/tests/functions_acp/build_cfg_template_test.php b/tests/functions_acp/build_cfg_template_test.php index 2e3a8adac7..a3e722c61c 100644 --- a/tests/functions_acp/build_cfg_template_test.php +++ b/tests/functions_acp/build_cfg_template_test.php @@ -114,6 +114,14 @@ class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case array(), '', ), + array( + array('number', 0, 9999), + 'number_key_name', + array('config_key_name' => 10), + 'config_key_name', + array(), + '', + ), ); }