Index: trunk/phase3/maintenance/tests/SearchUpdateTest.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | function fieldInfo( $table, $field ) { } |
25 | 25 | function strencode( $s ) { } |
26 | 26 | function getSoftwareLink() { } |
27 | | - function getServerVersion() { } |
| 27 | + static function getServerVersion() { } |
28 | 28 | function getType() { } |
29 | 29 | function getSearchEngine() { } |
30 | 30 | } |