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

@@ -24,7 +24,7 @@ class phpbb_functions_get_remote_file extends phpbb_test_case
$hostname = 'version.phpbb.com';
if (!phpbb_checkdnsrr($hostname, 'A'))
if (!checkdnsrr($hostname, 'A'))
{
$this->markTestSkipped(sprintf(
'Could not find a DNS record for hostname %s. ' .