aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/make_clickable.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_processing/make_clickable.php')
-rw-r--r--tests/text_processing/make_clickable.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/text_processing/make_clickable.php b/tests/text_processing/make_clickable.php
index a667dd705e..75a35daf82 100644
--- a/tests/text_processing/make_clickable.php
+++ b/tests/text_processing/make_clickable.php
@@ -7,10 +7,8 @@
*
*/
-require_once 'test_framework/framework.php';
-
-require_once '../phpBB/includes/functions.php';
-require_once '../phpBB/includes/functions_content.php';
+require_once __DIR__ . '/../../phpBB/includes/functions.php';
+require_once __DIR__ . '/../../phpBB/includes/functions_content.php';
class phpbb_text_processing_make_clickable_test extends phpbb_test_case
{