aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions/get_remote_file_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions/get_remote_file_test.php')
-rw-r--r--tests/functions/get_remote_file_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/get_remote_file_test.php b/tests/functions/get_remote_file_test.php
index 75e5a6dc61..b783e3c297 100644
--- a/tests/functions/get_remote_file_test.php
+++ b/tests/functions/get_remote_file_test.php
@@ -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. ' .