r75375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75374‎ | r75375 | r75376 >
Date:19:41, 25 October 2010
Author:reedy
Status:ok
Tags:
Comment:
failfunction is dead
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php
@@ -2,7 +2,7 @@
33
44 class DatabaseMock extends DatabaseBase {
55 function __construct( $server = false, $user = false, $password = false, $dbName = false,
6 - $failFunction = false, $flags = 0, $tablePrefix = 'get from global' )
 6+ $flags = 0, $tablePrefix = 'get from global' )
77 {
88 $this->mConn = true;
99 $this->mOpened = true;

Status & tagging log