mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12479] Remove dns check from test as we don't test against host anymore
PHPBB-12479
This commit is contained in:
parent
02c59fdf43
commit
445a16be93
1 changed files with 0 additions and 9 deletions
|
@ -277,15 +277,6 @@ class version_helper_remote_test extends \phpbb_test_case
|
|||
|
||||
$hostname = 'version.phpbb.com';
|
||||
|
||||
if (!checkdnsrr($hostname, 'A'))
|
||||
{
|
||||
$this->markTestSkipped(sprintf(
|
||||
'Could not find a DNS record for hostname %s. ' .
|
||||
'Assuming network is down.',
|
||||
$hostname
|
||||
));
|
||||
}
|
||||
|
||||
$file = $file_downloader->get($hostname, '/phpbb', '30x.txt');
|
||||
$errstr = $file_downloader->get_error_string();
|
||||
$errno = $file_downloader->get_error_number();
|
||||
|
|
Loading…
Add table
Reference in a new issue