From d63ac61b1946d5ed96392b6aaafd656f3f4031be Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 4 Dec 2013 13:46:51 +0100 Subject: [ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()". PHPBB3-12056 --- tests/user/lang_test.php | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v1.2.1