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/regex/email.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/regex/email.php')
-rw-r--r-- | tests/regex/email.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/regex/email.php b/tests/regex/email.php index 8658b8af36..5d6e207cbb 100644 --- a/tests/regex/email.php +++ b/tests/regex/email.php @@ -7,8 +7,7 @@ * */ -require_once 'test_framework/framework.php'; -require_once '../phpBB/includes/functions.php'; +require_once __DIR__ . '/../../phpBB/includes/functions.php'; class phpbb_regex_email_test extends phpbb_test_case { |