mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".
PHPBB3-12056
This commit is contained in:
parent
417fddf710
commit
d63ac61b19
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue