aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/write_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbal/write_test.php')
-rw-r--r--tests/dbal/write_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/write_test.php b/tests/dbal/write_test.php
index a24b6efcc4..4709d45fa5 100644
--- a/tests/dbal/write_test.php
+++ b/tests/dbal/write_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once __DIR__ . '/../../phpBB/includes/functions.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
class phpbb_dbal_write_test extends phpbb_database_test_case
{