diff options
Diffstat (limited to 'tests/user/lang_test.php')
-rw-r--r-- | tests/user/lang_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/user/lang_test.php b/tests/user/lang_test.php index c7c858c59d..9cb9e320b3 100644 --- a/tests/user/lang_test.php +++ b/tests/user/lang_test.php @@ -7,6 +7,8 @@ * */ +require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; + class phpbb_user_lang_test extends phpbb_test_case { public function test_user_lang_sprintf() |