aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/cache/LinkBatchTest.php
Commit message (Expand)AuthorAgeFilesLines
* LinkBatch: Introduce addUser() helperMáté Szabó2025-02-201-0/+53
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* tests: Use namespaced classes (@covers)Umherirrender2024-06-141-11/+11
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-11/+11
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-2/+2
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* watcheditem: Switch out of LB for picking db connectionAmir Sarabadani2023-05-051-8/+8
* Remove fallback to MediaWikiServices in LinkBatch::__constructUmherirrender2023-04-191-36/+18
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* Hard-deprecate manual construction of LinkBatch objectsUmherirrender2023-03-081-0/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Inline a few more trivial createMock() calls in testsThiemo Kreuz2022-08-081-3/+1
* Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-4/+9
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-4/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-1/+1
* LinkBatch: skip bad inputdaniel2021-05-071-14/+56
* LinkBatch: replace Title with PageReference in method signaturesdaniel2021-04-261-5/+26
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* More misc test cleanupDannyS7122020-12-241-3/+3
* Add LinkBatchFactory to inject services into LinkBatchmainframe982020-01-061-8/+125
* Don't fail hard on bad titles in the database.daniel2019-11-251-0/+119