Replace mocks of DatabaseMysql by DatabaseMysqli
authorSeb35 <seb35@seb35.fr>
Sat, 31 Dec 2016 11:52:16 +0000 (12:52 +0100)
committerSeb35 <seb35@seb35.fr>
Sat, 31 Dec 2016 11:52:16 +0000 (12:52 +0100)
commitec215d010c16285a7da5c7a1a0ccc8fb26341ca5
tree54b7ddca95f900e21f0ca434a672d293700de344
parent529d946e694eb020f137efa31907e28088e2e40d
Replace mocks of DatabaseMysql by DatabaseMysqli

The class DatabaseMysql corresponds to the PHP extension 'mysql' which is
deprecated since PHP 5.5, and the class DatabaseMysqli corresponds to the
PHP extension 'mysqli' which is the current MySQL driver. Given the class
DatabaseMysql is likely to be removed in the future, this change is a
first step towards this.

Bug: T120333
Change-Id: I7b8363838449cae09b360221d8f50ace3a008f11
tests/phpunit/includes/db/DatabaseMysqlBaseTest.php
tests/phpunit/includes/db/LBFactoryTest.php
tests/phpunit/includes/filerepo/FileBackendDBRepoWrapperTest.php
tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php
tests/phpunit/includes/utils/BatchRowUpdateTest.php