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