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