[ticket/15959] Fix invalid CNAME record

PHPBB3-15959
This commit is contained in:
AJ Quick 2019-01-31 18:52:49 -07:00 committed by Marc Alexander
parent 713c996a08
commit 1fba679c68
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -38,7 +38,7 @@ class phpbb_network_checkdnsrr_test extends phpbb_test_case
array('does-not-exist.phpbb.com', 'AAAA', false), array('does-not-exist.phpbb.com', 'AAAA', false),
// Existing CNAME record // Existing CNAME record
array('news.cnet.com', 'CNAME', true), array('www.github.com', 'CNAME', true),
// Non-existing CNAME record // Non-existing CNAME record
array('does-not-exist.phpbb.com', 'CNAME', false), array('does-not-exist.phpbb.com', 'CNAME', false),