aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-09-16 21:56:45 +0200
committerTristan Darricau <github@nicofuma.fr>2014-09-16 21:56:45 +0200
commita48b740b94f47456110cdb8e647cceefe1f6cbec (patch)
tree0a366fb87b696ea3dce17e58478783074966d886 /tests/bootstrap.php
parentbb5d6a2551f7329162424f1ae0edcd711b4bd5e6 (diff)
downloadforums-a48b740b94f47456110cdb8e647cceefe1f6cbec.tar
forums-a48b740b94f47456110cdb8e647cceefe1f6cbec.tar.gz
forums-a48b740b94f47456110cdb8e647cceefe1f6cbec.tar.bz2
forums-a48b740b94f47456110cdb8e647cceefe1f6cbec.tar.xz
forums-a48b740b94f47456110cdb8e647cceefe1f6cbec.zip
[ticket/13036] Complete tests
PHPBB3-13036
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index bb4a703cc3..40c6ef7dfa 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -19,6 +19,7 @@ require_once $phpbb_root_path . 'includes/startup.php';
$table_prefix = 'phpbb_';
require_once $phpbb_root_path . 'includes/constants.php';
require_once $phpbb_root_path . 'phpbb/class_loader.' . $phpEx;
+require_once($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);
$phpbb_class_loader_mock = new \phpbb\class_loader('phpbb_mock_', $phpbb_root_path . '../tests/mock/', "php");
$phpbb_class_loader_mock->register();