Now that we merged DatabaseMysqli with DatabaseMysqlBase, there is no
base anymore.
I could have gone with DatabaseMysql, and the naming is not that
consistent in rdbms:
amir@amir-ThinkPad-P1-Gen-3:~/core/includes/libs/rdbms$ find . | grep -i mysql
./platform/MySQLPlatform.php
./field/MySQLField.php
./dbal/MWMySQLPlatform.php
./database/DatabaseMysqlBase.php
./database/DatabaseMysqli.php
./database/position/MySQLPrimaryPos.php
./database/resultwrapper/MysqliResultWrapper.php
./database/replication/MysqlReplicationReporter.php
The majority is MySQL and since it's the correct form, I went with that
instead.
Change-Id: I3ee792f357dda974c855ba24b9b35e72fc73db06
This was the last remaining test file for libs/rdbms/ outside
either phpunit/integration or phpunit/unit.
Move it to where it belongs to reduce the number of places to look
and avoid mistakes where running a directory appears to result in
meaningful tests but actually runs just this one test.
Change-Id: I8cada26b51bc191dc9b7be4dad7c8abbe107629e
2023-04-10 14:00:14 -07:00
Renamed from tests/phpunit/includes/libs/rdbms/database/DatabaseFactoryTest.php (Browse further)