mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12514] Multi value GET parameters are invalid for phpBB
PHPBB3-12514
This commit is contained in:
parent
165d7c4b98
commit
995690e192
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case
|
|||
array(
|
||||
'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc',
|
||||
array(),
|
||||
false,
|
||||
'Field should accept valid URL having multi value parameters',
|
||||
'FIELD_INVALID_URL-field',
|
||||
'Field should reject invalid URL having multi value parameters',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue