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