Merge "Make it show email as required if you choose to email a random password."
[lhc/web/wiklou.git] / tests / phpunit / languages / LanguageMkTest.php
index a5a8f6c..0ae533d 100644 (file)
@@ -18,8 +18,8 @@ class LanguageMkTest extends LanguageClassesTestCase {
                $this->assertEquals( $result, $this->getLang()->getPluralRuleType( $value ) );
        }
 
-       function providePlural() {
-               return array (
+       public static function providePlural() {
+               return array(
                        array( 'other', 0 ),
                        array( 'one', 1 ),
                        array( 'other', 11 ),