From 545e9658a36528c5d3b9cda227650c2e6f70db3a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jun 2011 13:41:13 +0200 Subject: [PATCH] [ticket/8138] Fix unit test for build_cfg_template PHPBB3-8138 --- tests/functions_acp/build_cfg_template_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions_acp/build_cfg_template_test.php b/tests/functions_acp/build_cfg_template_test.php index 7bf85a3532..76e133181f 100644 --- a/tests/functions_acp/build_cfg_template_test.php +++ b/tests/functions_acp/build_cfg_template_test.php @@ -29,7 +29,7 @@ class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case array('config_key_name' => '2'), 'config_key_name', array(), - '', + '', ), array( array('text', 0, 255),