From: Sam Reed Date: Mon, 25 Oct 2010 19:41:54 +0000 (+0000) Subject: failfunction is dead X-Git-Tag: 1.31.0-rc.0~34316 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=93a85294a121d58df5c84df49746512b2d9a1cad;p=lhc%2Fweb%2Fwiklou.git failfunction is dead --- diff --git a/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php b/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php index 1cfb276d9c..58af596d56 100644 --- a/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php +++ b/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php @@ -2,7 +2,7 @@ class DatabaseMock extends DatabaseBase { function __construct( $server = false, $user = false, $password = false, $dbName = false, - $failFunction = false, $flags = 0, $tablePrefix = 'get from global' ) + $flags = 0, $tablePrefix = 'get from global' ) { $this->mConn = true; $this->mOpened = true;