Index: trunk/phase3/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | class DatabaseMock extends DatabaseBase { |
5 | 5 | 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' ) |
7 | 7 | { |
8 | 8 | $this->mConn = true; |
9 | 9 | $this->mOpened = true; |