diff options
author | rubencm <rubencm@gmail.com> | 2019-10-31 20:54:21 +0000 |
---|---|---|
committer | rubencm <rubencm@gmail.com> | 2019-10-31 20:54:21 +0000 |
commit | 163aac74dbe500eac223ea2ebdbce0a76c1d6ab4 (patch) | |
tree | 928af074d46a82d5d1a3dec5ba9cf5ad506f37fa /tests/functions | |
parent | 404768a607a3738bf6545c87eed53eec30204be9 (diff) | |
download | forums-163aac74dbe500eac223ea2ebdbce0a76c1d6ab4.tar forums-163aac74dbe500eac223ea2ebdbce0a76c1d6ab4.tar.gz forums-163aac74dbe500eac223ea2ebdbce0a76c1d6ab4.tar.bz2 forums-163aac74dbe500eac223ea2ebdbce0a76c1d6ab4.tar.xz forums-163aac74dbe500eac223ea2ebdbce0a76c1d6ab4.zip |
[ticket/16190] Deprecate phpbb's checkdnsrr wrapper
PHPBB3-16190
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/get_remote_file_test.php | 2 |
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. ' . |