[ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".

PHPBB3-12056
This commit is contained in:
Andreas Fischer 2013-12-04 13:46:51 +01:00
parent 417fddf710
commit d63ac61b19

View file

@ -7,6 +7,8 @@
* *
*/ */
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
class phpbb_user_lang_test extends phpbb_test_case class phpbb_user_lang_test extends phpbb_test_case
{ {
public function test_user_lang_sprintf() public function test_user_lang_sprintf()