From 934db6ded1eb4f0d2e1dc1897318672d6b940fe9 Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Wed, 18 Jun 2014 01:17:10 +0530 Subject: [ticket/12514] Use generic domain name for URL test PHPBB3-12514 --- tests/profilefields/type_url_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/profilefields') 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', -- cgit v1.2.1