mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +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(
|
array(
|
||||||
'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc',
|
'http://example.com/index.html/test/path?document[]=DocType%20test&document[]=AnotherDoc',
|
||||||
array(),
|
array(),
|
||||||
false,
|
'FIELD_INVALID_URL-field',
|
||||||
'Field should accept valid URL having multi value parameters',
|
'Field should reject invalid URL having multi value parameters',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user