diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:17:10 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:17:10 +0530 |
commit | 934db6ded1eb4f0d2e1dc1897318672d6b940fe9 (patch) | |
tree | f5127b5a3ee774e4f24f3989aa5570b1791b935b /tests/profilefields | |
parent | [ticket/12514] Update file headers to represent the current format (diff) | |
download | phpbb-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar.gz phpbb-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar.bz2 phpbb-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.zip |
[ticket/12514] Use generic domain name for URL test
PHPBB3-12514
Diffstat (limited to 'tests/profilefields')
-rw-r--r-- | tests/profilefields/type_url_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index 48f9cf8f38..c49bf6afd0 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -66,7 +66,7 @@ class phpbb_profilefield_type_url_test extends phpbb_test_case 'Field should reject invalid input', ), array( - 'http://onetwthree.aol.io', + 'http://onetwothree.example.io', array(), false, 'Field should accept valid URL', |