diff options
Diffstat (limited to 'tests/template/template.php')
-rw-r--r-- | tests/template/template.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/template/template.php b/tests/template/template.php index 0a685bfd61..a58a0a4e0f 100644 --- a/tests/template/template.php +++ b/tests/template/template.php @@ -7,9 +7,7 @@ * */ -require_once 'test_framework/framework.php'; - -require_once '../phpBB/includes/template.php'; +require_once __DIR__ . '/../../phpBB/includes/template.php'; class phpbb_template_template_test extends phpbb_test_case { |