mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12514] Use generic domain name for URL test
PHPBB3-12514
This commit is contained in:
parent
5fc51fd7b7
commit
934db6ded1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case
|
||||||
'Field should reject invalid input',
|
'Field should reject invalid input',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'http://onetwthree.aol.io',
|
'http://onetwothree.example.io',
|
||||||
array(),
|
array(),
|
||||||
false,
|
false,
|
||||||
'Field should accept valid URL',
|
'Field should accept valid URL',
|
||||||
|
|
Loading…
Add table
Reference in a new issue