aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions
diff options
context:
space:
mode:
authorGaëtan Muller <m.gaetan89@gmail.com>2015-01-12 22:43:03 +0100
committerGaëtan Muller <m.gaetan89@gmail.com>2015-01-15 18:55:51 +0100
commit17daaaf441c4972932a4fa3632eaa20132a8763e (patch)
treedd0bea3f4d561ca2e3c01865346ca55885c02249 /tests/functions
parent98937a7a18dc605c6d3bb8a3f20f124ec71e058a (diff)
downloadforums-17daaaf441c4972932a4fa3632eaa20132a8763e.tar
forums-17daaaf441c4972932a4fa3632eaa20132a8763e.tar.gz
forums-17daaaf441c4972932a4fa3632eaa20132a8763e.tar.bz2
forums-17daaaf441c4972932a4fa3632eaa20132a8763e.tar.xz
forums-17daaaf441c4972932a4fa3632eaa20132a8763e.zip
[ticket/13499] Move `get_remote_file()` to `functions_compatibility.php`
PHPBB3-13499
Diffstat (limited to 'tests/functions')
-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 d412dce164..8e9ad1105a 100644
--- a/tests/functions/get_remote_file_test.php
+++ b/tests/functions/get_remote_file_test.php
@@ -12,7 +12,7 @@
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions_admin.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions_compatibility.php';
/**
* @group slow