1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/10011] Tests can't be ran on PHP < 5.3

Apply the `__DIR__` fix to some remaining Ascraeus tests

PHPBB3-10011
This commit is contained in:
Erik Frèrejean
2011-01-31 13:54:55 +01:00
parent d06657c995
commit 2e54212309
8 changed files with 16 additions and 16 deletions

View File

@@ -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
{