mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Merge pull request #3692 from CHItA/ticket/sec-184
[ticket/sec-184] Fix tests
This commit is contained in:
commit
91212d5453
@ -32,7 +32,7 @@ class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case
|
||||
array('config_key_name' => '2'),
|
||||
'config_key_name',
|
||||
array(),
|
||||
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="2" autocomplete="off" />',
|
||||
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="********" autocomplete="off" />',
|
||||
),
|
||||
array(
|
||||
array('text', 0, 255),
|
||||
|
Loading…
x
Reference in New Issue
Block a user