mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'nickvergessen/ticket/8138' into develop
* nickvergessen/ticket/8138: [ticket/8138] Fix unit test for build_cfg_template
This commit is contained in:
commit
ba5c9cf023
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case
|
||||||
array('config_key_name' => '2'),
|
array('config_key_name' => '2'),
|
||||||
'config_key_name',
|
'config_key_name',
|
||||||
array(),
|
array(),
|
||||||
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="2" />',
|
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="2" autocomplete="off" />',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
array('text', 0, 255),
|
array('text', 0, 255),
|
||||||
|
|
Loading…
Add table
Reference in a new issue