aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/db/MWLBFactoryTest.php
Commit message (Expand)AuthorAgeFilesLines
* Rdbms\Database: export OTel spans for db operationsChris Danis2024-12-201-1/+3
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-0/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* rdbms: Widen `@covers` tags in phpunit testsTimo Tijhof2024-06-111-2/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
* rdbms: Introduce concept of virtual domains and mapping to ext clusterAmir Sarabadani2023-10-051-1/+2
* Centralize logic behind building ChronologyProtector objectAmir Sarabadani2023-08-301-1/+2
* rdbms: Remove or move unused public methods of ILB/ILBFAmir Sarabadani2023-08-011-1/+1
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-1/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
* rdbms: Delegate Database object creation to DatabaseFactory out of LBAmir Sarabadani2023-04-121-3/+1
* rdbms: Move Database::factory() to DatabaseFactory serviceKunal Mehta2022-08-311-1/+3
* Allow DB config to be reloaded on the flydaniel2022-08-051-2/+18
* Convert MWLBFactoryTest to pure unit testsDannyS7122021-04-141-0/+88