Tests: Make phpunit providers "public static".
[lhc/web/wiklou.git] / tests / phpunit / languages / LanguageShTest.php
index e59c894..8dd18ea 100644 (file)
@@ -18,7 +18,7 @@ class LanguageShTest extends LanguageClassesTestCase {
                $this->assertEquals( $result, $this->getLang()->getPluralRuleType( $value ) );
        }
 
-       function providePlural() {
+       public static function providePlural() {
                return array (
                        array( 'many', 0 ),
                        array( 'one',  1 ),