diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-11-21 15:46:08 +0100 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-25 15:10:51 -0500 |
commit | 6c69bdb734af377d91c514bb42d473bc2940c177 (patch) | |
tree | 69c2c94d50f98849246841b8d6d7a5f0f410ad5d /tests/user | |
parent | 3788326d719ca49868cbb9682ceb3197ce7f6804 (diff) | |
download | forums-6c69bdb734af377d91c514bb42d473bc2940c177.tar forums-6c69bdb734af377d91c514bb42d473bc2940c177.tar.gz forums-6c69bdb734af377d91c514bb42d473bc2940c177.tar.bz2 forums-6c69bdb734af377d91c514bb42d473bc2940c177.tar.xz forums-6c69bdb734af377d91c514bb42d473bc2940c177.zip |
[ticket/10345] Fix little type in unit test
PHPBB3-10345
Diffstat (limited to 'tests/user')
-rw-r--r-- | tests/user/lang_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user/lang_test.php b/tests/user/lang_test.php index bf36811f89..36933a84d2 100644 --- a/tests/user/lang_test.php +++ b/tests/user/lang_test.php @@ -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, |