Merge "API: Use message-per-value for apihelp-query+tags-param-prop"
[lhc/web/wiklou.git] / tests / phpunit / includes / UserArrayFromResultTest.php
index ea44f36..62989fa 100644 (file)
@@ -61,7 +61,7 @@ class UserArrayFromResultTest extends MediaWikiTestCase {
                $this->assertEquals( $username, $object->current->mName );
        }
 
-       public function provideNumberOfRows() {
+       public static function provideNumberOfRows() {
                return array(
                        array( 0 ),
                        array( 1 ),