diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-01-07 01:15:06 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-07 01:15:06 +0100 |
| commit | 5b752a2fed82f27cb1e383583dc4ccb87f7e12e5 (patch) | |
| tree | 03b5121cc6e5066ba69a92a2af3b18b4509644fa /tests/text_processing/make_clickable.php | |
| parent | d968d35271229671d1285d6c53a1c6aa110307fb (diff) | |
| parent | b48b90977382e936a4d98981e55b02c8e574e07b (diff) | |
| download | forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.gz forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.bz2 forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.tar.xz forums-5b752a2fed82f27cb1e383583dc4ccb87f7e12e5.zip | |
Merge branch 'task/phpunit-xml' into develop-olympus
Diffstat (limited to 'tests/text_processing/make_clickable.php')
| -rw-r--r-- | tests/text_processing/make_clickable.php | 6 |
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 { |
