r71445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71444‎ | r71445 | r71446 >
Date:21:22, 22 August 2010
Author:demon
Status:resolved
Tags:
Comment:
Mock object needs to be static too
Modified paths:
  • /trunk/phase3/maintenance/tests/SearchUpdateTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/SearchUpdateTest.php
@@ -23,7 +23,7 @@
2424 function fieldInfo( $table, $field ) { }
2525 function strencode( $s ) { }
2626 function getSoftwareLink() { }
27 - function getServerVersion() { }
 27+ static function getServerVersion() { }
2828 function getType() { }
2929 function getSearchEngine() { }
3030 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r71481re r71445 put static on the right method.mah13:45, 23 August 2010

Status & tagging log