aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/cache/BacklinkCacheTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+1
* 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-141-5/+5
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-7/+11
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-5/+5
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* BacklinkCacheTest: Fix test case to avoid slownessDerick Alangi2023-08-101-1/+2
* cache: Remove deprecated methods from BacklinkCacheDerick Alangi2023-08-101-55/+0
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-3/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinksUmherirrender2022-12-151-0/+2
* Hard-deprecate BacklinkCache::getMatěj Suchánek2022-11-201-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-1/+1
* 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
|/
* 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
|/
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-4/+4
* Title: Make use of BacklinkCacheFactory serviceDerick Alangi2021-09-091-8/+15
* Add BacklinkCacheFactory ServiceDerick Alangi2021-09-091-0/+11
* Test new methods in BacklinkCacheTChin2021-08-301-0/+28
* Test BacklinkCacheTChin2021-08-191-0/+147