aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-17 00:57:04 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-17 00:57:04 +0200
commit20903c0a9b0bc2df65feca467a2e318e700a9b8a (patch)
treeb5e2ed74f7fcd7c41c6497f7eb46e992e59f43c2 /tests/bootstrap.php
parent4a06511d853024193435fd9b2e347ff292589420 (diff)
parenta48b740b94f47456110cdb8e647cceefe1f6cbec (diff)
downloadforums-20903c0a9b0bc2df65feca467a2e318e700a9b8a.tar
forums-20903c0a9b0bc2df65feca467a2e318e700a9b8a.tar.gz
forums-20903c0a9b0bc2df65feca467a2e318e700a9b8a.tar.bz2
forums-20903c0a9b0bc2df65feca467a2e318e700a9b8a.tar.xz
forums-20903c0a9b0bc2df65feca467a2e318e700a9b8a.zip
Merge pull request #2922 from Nicofuma/ticket/13036
[ticket/13036] Make the reference type configurable when generating a route
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();