aboutsummaryrefslogtreecommitdiffstats
path: root/tests/request
diff options
context:
space:
mode:
authorErik Frèrejean <erikfrerejean@phpbb.com>2011-01-31 13:54:55 +0100
committerErik Frèrejean <erikfrerejean@phpbb.com>2011-01-31 14:02:30 +0100
commit2e5421230968170477b7fbadd58c01b26ade0590 (patch)
tree9fb11cc9cd70ec6becc51391a160de4057e42a49 /tests/request
parentd06657c99573e3975e735e8cb7f8cc5ccb510851 (diff)
downloadforums-2e5421230968170477b7fbadd58c01b26ade0590.tar
forums-2e5421230968170477b7fbadd58c01b26ade0590.tar.gz
forums-2e5421230968170477b7fbadd58c01b26ade0590.tar.bz2
forums-2e5421230968170477b7fbadd58c01b26ade0590.tar.xz
forums-2e5421230968170477b7fbadd58c01b26ade0590.zip
[ticket/10011] Tests can't be ran on PHP < 5.3
Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
Diffstat (limited to 'tests/request')
-rw-r--r--tests/request/type_cast_helper_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/request/type_cast_helper_test.php b/tests/request/type_cast_helper_test.php
index 6d4e7055d5..06cf2e1bf6 100644
--- a/tests/request/type_cast_helper_test.php
+++ b/tests/request/type_cast_helper_test.php
@@ -8,7 +8,7 @@
*
*/
-require_once __DIR__ . '/../../phpBB/includes/utf/utf_tools.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
class phpbb_type_cast_helper_test extends phpbb_test_case
{