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