aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/LocalRepoTest.php
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-2/+2
* Update tests for PHPUnit 9.6 (part 1)Daimona Eaytoy2024-01-161-5/+5
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-74/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-07-271-4/+6
* Merge "filerepo: Simplify and document 'favicon' FileRepo option"jenkins-bot2022-01-281-4/+5
|\
| * filerepo: Simplify and document 'favicon' FileRepo optionTimo Tijhof2022-01-261-4/+5
* | phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-4/+2
|/
* Revert "Remove last User dependencies from File"Majavah2021-11-261-3/+0
* Remove last User dependencies from FilePetr Pchelko2021-11-261-0/+3
* Reapply "LocalFile: don't use dynamic property assignment when loading from t...Tim Starling2021-06-071-2/+5
* Deprecate File::getUser in favor of File::getUploaderPetr Pchelko2021-06-021-1/+1
* Revert "LocalFile: don't use dynamic property assignment when loading from th...Ppchelko2021-06-021-1/+0
* LocalFile: don't use dynamic property assignment when loading from the DBTim Starling2021-06-021-0/+1
* Replace ->exactly( 1 ) with ->once() in testsThiemo Kreuz2021-04-221-1/+1
* FileRepo: replace Title in method signaturesdaniel2021-04-161-3/+12
* objectcache: Implement 'onHostRoutingPrefix' option in WANObjectCacheTimo Tijhof2021-04-091-0/+2
* Add missing @param and @return to documentation in testsUmherirrender2021-01-221-0/+1
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-2/+0
* filerepo: remove repo name from getSharedCacheKey()Aaron Schulz2020-11-161-1/+1
* filerepo: clean up shared cache keys to avoid key metrics clutterAaron Schulz2020-10-211-13/+17
* Cleanup up excess commit() call in LocalRepoTestAaron Schulz2020-07-221-1/+0
* filerepo: make LocalRepo::getSharedCacheKey() use makeGlobalKey()Aaron Schulz2020-05-231-2/+2
* Kill the remaining usages of PHPUnit4And6Compat methodsDaimona Eaytoy2019-10-061-1/+2
* Replace setExpectedException with two argsDaimona Eaytoy2019-10-051-1/+2
* LocalRepo: Remove leading 0 from 32-byte SHA1 keysMarko Obrovac2019-09-031-0/+1
* Add some LocalRepo integration testsAryeh Gregor2019-08-301-0/+384