1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

[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
{
public function test_user_lang_sprintf()