aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/cache
Commit message (Expand)AuthorAgeFilesLines
* LinkBatch: Introduce addUser() helperMáté Szabó2025-02-201-0/+53
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* Fix use of stale backlink partition cacheTim Starling2024-06-281-3/+2
* Replace db with getDb for TestsWandji692024-06-231-2/+2
* tests: Use namespaced classes (@covers)Umherirrender2024-06-144-46/+46
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-7/+11
* Namespace includes/cacheJames D. Forrester2024-02-203-0/+6
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-164-46/+46
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-2/+2
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-182-0/+2
* BacklinkCacheTest: Fix test case to avoid slownessDerick Alangi2023-08-101-1/+2
* cache: Remove deprecated methods from BacklinkCacheDerick Alangi2023-08-101-55/+0
* language: Move tests from /cache to /languageLucas Werkmeister2023-07-282-442/+0
* HookContainer: deprecate old hook handler formatsdaniel2023-06-211-2/+1
* LocalisationCache: Preserve fallback source language infoFunc2023-06-141-0/+26
* 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-244-11/+11
* Merge "Hard-deprecate manual construction of LinkBatch objects"jenkins-bot2023-03-101-0/+2
|\
| * Hard-deprecate manual construction of LinkBatch objectsUmherirrender2023-03-081-0/+2
* | objectcache: Remove $wgMainWANCache and $wgWANObjectCachesTimo Tijhof2023-03-071-11/+1
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-024-0/+4
* Tests: add LanguageNameUtils to DummyServicesTraitDannyS7122023-02-021-31/+8
* Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinksUmherirrender2022-12-151-0/+2
* Hard-deprecate BacklinkCache::getMatěj Suchánek2022-11-201-0/+1
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-1/+1
* objectcache: Remove WANObjectCacheReaper featureTimo Tijhof2022-10-251-90/+6
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-232-2/+2
* Merge "tests: Replace deprecated WikiPage::factory"jenkins-bot2022-09-091-1/+1
|\
| * tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-1/+1
* | schema: Drop tl_title and tl_namespace fields from templatelinksAmir Sarabadani2022-09-061-2/+0
|/
* Inline a few more trivial createMock() calls in testsThiemo Kreuz2022-08-081-3/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-6/+7
* Tests: Use createNoOpMock() shortcut in a few more placesThiemo Kreuz2022-07-181-4/+2
* Merge "Add support for write new for templatelinks migration"jenkins-bot2022-07-121-5/+14
|\
| * Add support for write new for templatelinks migrationAmir Sarabadani2022-07-121-5/+14
* | tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-3/+3
|/
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-1/+1
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-6/+6
* Merge "Use injection for LinksMigration on LinkBatch, action, api, special page"jenkins-bot2022-05-111-4/+9
|\
| * Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-4/+9
* | Remove references to legacy page_restrictions field in page tableAmir Sarabadani2022-05-092-7/+0
|/
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-4/+1