mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12514] Multi value GET parameters are invalid for phpBB
PHPBB3-12514
This commit is contained in:
@@ -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',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user