1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-20 10:09:45 +02:00

Merge branch 'develop-ascraeus' into develop

This commit is contained in:
Marc Alexander
2015-01-24 21:53:20 +01:00
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,10 @@ class phpbb_functions_get_remote_file extends phpbb_test_case
{
public function test_version_phpbb_com()
{
global $phpbb_container;
$phpbb_container = new phpbb_mock_container_builder();
$phpbb_container->set('file_downloader', new \phpbb\file_downloader());
$hostname = 'version.phpbb.com';
if (!phpbb_checkdnsrr($hostname, 'A'))