1
0
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:
Shitiz Garg
2014-06-11 02:35:51 +05:30
parent 165d7c4b98
commit 995690e192

View File

@@ -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',
),
);
}