1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/10345] Fix little type in unit test

PHPBB3-10345
This commit is contained in:
Joas Schilling
2011-11-21 15:46:08 +01:00
committed by Oleg Pudeyev
parent 3788326d71
commit 6c69bdb734

View File

@@ -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,