mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10345] Fix little type in unit test
PHPBB3-10345
This commit is contained in:
parent
3788326d71
commit
6c69bdb734
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class phpbb_user_lang_test extends phpbb_test_case
|
|||
$this->assertEquals($user->lang('ARRY', 1, 2), '1 post');
|
||||
$this->assertEquals($user->lang('ARRY', 1, 's', 2), '1 post');
|
||||
|
||||
// ticket PHPBB3-10345 - different plrual rules, not just 0/1/2+
|
||||
// ticket PHPBB3-10345 - different plural rules, not just 0/1/2+
|
||||
$user = new user;
|
||||
$user->lang = array(
|
||||
'PLURAL_RULE' => 13,
|
||||
|
|
Loading…
Add table
Reference in a new issue