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/template/template.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/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 0c2ca8a032..861adf63e8 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 { |
