Update plural rules from CLDR, and correct Armenian plural rules
[lhc/web/wiklou.git] / tests / phpunit / languages / LanguageHyTest.php
index ea6e255..0ff04c3 100644 (file)
@@ -16,7 +16,7 @@ class LanguageHyTest extends LanguageClassesTestCase {
 
        function providerPlural() {
                return array (
-                       array( 'one', 0 ),
+                       array( 'other', 0 ),
                        array( 'one', 1 ),
                        array( 'other', 2 ),
                        array( 'other', 200 ),