1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16190] Deprecate phpbb's checkdnsrr wrapper

PHPBB3-16190
This commit is contained in:
rubencm
2019-10-31 20:54:21 +00:00
parent 404768a607
commit 163aac74db
7 changed files with 27 additions and 238 deletions

View File

@@ -42,7 +42,7 @@ class phpbb_version_helper_fetch_test extends phpbb_test_case
global $phpbb_root_path, $phpEx;
include_once($phpbb_root_path . 'includes/functions.' . $phpEx);
if (!phpbb_checkdnsrr('version.phpbb.com', 'A'))
if (!checkdnsrr('version.phpbb.com', 'A'))
{
$this->markTestSkipped(sprintf(
'Could not find a DNS record for hostname %s. ' .