re r71445 put static on the right method.
authorMark A. Hershberger <mah@users.mediawiki.org>
Mon, 23 Aug 2010 13:45:07 +0000 (13:45 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Mon, 23 Aug 2010 13:45:07 +0000 (13:45 +0000)
maintenance/tests/SearchUpdateTest.php

index b9239cc..fd7230d 100644 (file)
@@ -22,8 +22,8 @@ class DatabaseMock extends DatabaseBase {
        function affectedRows() { }
        function fieldInfo( $table, $field ) { }
        function strencode( $s ) { }
-       function getSoftwareLink() { }
-       static function getServerVersion() { }
+       static function getSoftwareLink() { }
+       function getServerVersion() { }
        function getType() { }
        function getSearchEngine() { }
 }