diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-09-16 21:56:45 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-09-16 21:56:45 +0200 |
| commit | a48b740b94f47456110cdb8e647cceefe1f6cbec (patch) | |
| tree | 0a366fb87b696ea3dce17e58478783074966d886 /tests/bootstrap.php | |
| parent | bb5d6a2551f7329162424f1ae0edcd711b4bd5e6 (diff) | |
| download | forums-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.php | 1 |
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(); |
