aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAJ Quick <ajquick@gmail.com>2019-01-31 18:52:49 -0700
committerMarc Alexander <admin@m-a-styles.de>2019-02-03 21:22:55 +0100
commit1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8 (patch)
tree743ac45c945256e0acb20c7b3779aa50b3aca709
parent713c996a0839664570ba24940e6a039ceee654ff (diff)
downloadforums-1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8.tar
forums-1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8.tar.gz
forums-1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8.tar.bz2
forums-1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8.tar.xz
forums-1fba679c6833ea1e1fa2cd46f5bbc26cee9a3ed8.zip
[ticket/15959] Fix invalid CNAME record
PHPBB3-15959
-rw-r--r--tests/network/checkdnsrr_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network/checkdnsrr_test.php b/tests/network/checkdnsrr_test.php
index 6503a4c40b..e67b72118c 100644
--- a/tests/network/checkdnsrr_test.php
+++ b/tests/network/checkdnsrr_test.php
@@ -38,7 +38,7 @@ class phpbb_network_checkdnsrr_test extends phpbb_test_case
array('does-not-exist.phpbb.com', 'AAAA', false),
// Existing CNAME record
- array('news.cnet.com', 'CNAME', true),
+ array('www.github.com', 'CNAME', true),
// Non-existing CNAME record
array('does-not-exist.phpbb.com', 'CNAME', false),