wiki.techinc.nl/tests/phpunit/includes/libs
Timo Tijhof 4d72e28e03 rdbms: Fix test to not rely on deprecated class aliases
Restore unrelated test fix from 46eabe275c, which got reverted
in 0b43c49465.

The DatabaseFactory::create() function takes $type which is either
a built-in type (mysql, sqlite, postgres) or theoretically the suffix
of a database extension class for a custom type.

"mysqli" is not a valid type, the type is "mysql". This was passing
because DatabaseMysqli still exists as a class alias for the namespaced
Rdbms class.

Bug: T309418
Change-Id: Ic05a4b3d4cfe539e11df3dc83dfe459c184d1332
2022-11-04 22:09:58 +00:00
..
filebackend/fsfile Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
objectcache tests: Use @requires annotation in APCUBagOStuffTest 2022-10-24 01:15:29 -04:00
rdbms/database rdbms: Fix test to not rely on deprecated class aliases 2022-11-04 22:09:58 +00:00
serialization Do not compare byte-for-byte of serialized items in tests [php8.1] 2022-08-24 07:06:06 +00:00
GenericArrayObjectTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00