aboutsummaryrefslogtreecommitdiffstats
path: root/tests/user
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-12-04 13:46:51 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-12-04 13:46:51 +0100
commitd63ac61b1946d5ed96392b6aaafd656f3f4031be (patch)
treeed90cd779cab2cc945eb091d269a240b0eee0ea6 /tests/user
parent417fddf710374a65321974173aa6e3f89cff50b1 (diff)
downloadforums-d63ac61b1946d5ed96392b6aaafd656f3f4031be.tar
forums-d63ac61b1946d5ed96392b6aaafd656f3f4031be.tar.gz
forums-d63ac61b1946d5ed96392b6aaafd656f3f4031be.tar.bz2
forums-d63ac61b1946d5ed96392b6aaafd656f3f4031be.tar.xz
forums-d63ac61b1946d5ed96392b6aaafd656f3f4031be.zip
[ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".
PHPBB3-12056
Diffstat (limited to 'tests/user')
-rw-r--r--tests/user/lang_test.php2
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()