aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-18 01:17:10 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-18 01:17:10 +0530
commit934db6ded1eb4f0d2e1dc1897318672d6b940fe9 (patch)
treef5127b5a3ee774e4f24f3989aa5570b1791b935b /tests/profilefields
parent5fc51fd7b71a0c6e1bc7e56133237cf4ca323575 (diff)
downloadforums-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar
forums-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar.gz
forums-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar.bz2
forums-934db6ded1eb4f0d2e1dc1897318672d6b940fe9.tar.xz
forums-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.php2
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',