diff options
Diffstat (limited to 'tests/download/http_byte_range.php')
-rw-r--r-- | tests/download/http_byte_range.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/download/http_byte_range.php b/tests/download/http_byte_range.php index cc42dee353..4f14746bef 100644 --- a/tests/download/http_byte_range.php +++ b/tests/download/http_byte_range.php @@ -7,8 +7,7 @@ * */ -require_once 'test_framework/framework.php'; -require_once '../phpBB/includes/functions_download.php'; +require_once __DIR__ . '/../../phpBB/includes/functions_download.php'; class phpbb_download_http_byte_range_test extends phpbb_test_case { |