r71481 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71480‎ | r71481 | r71482 >
Date:13:45, 23 August 2010
Author:mah
Status:ok (Comments)
Tags:
Comment:
re r71445 put static on the right method.
Modified paths:
  • /trunk/phase3/maintenance/tests/SearchUpdateTest.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71445Mock object needs to be static toodemon21:22, 22 August 2010

Comments

#Comment by 😂 (talk | contribs)   14:47, 23 August 2010

Whoops :)

Status & tagging log