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