aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/FileRepoTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-4/+4
* objectcache,resourceloader,rdbms,jobqueue: Widen @covers annotationsTimo Tijhof2023-04-101-18/+3
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-07-271-1/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Hard-deprecate Title::getUserCaseDBKeyAryeh Gregor2019-10-241-0/+16
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-4/+4
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+55
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-55/+0
* Use ::class to resolve class names in testsUmherirrender2018-01-261-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* filebackend: cleaned up the FileBackend constructorAaron Schulz2013-12-031-1/+1
* Revert "filebackend: cleaned up the FileBackend constructor"Aaron Schulz2013-12-031-1/+1
* filebackend: cleaned up the FileBackend constructorAaron Schulz2013-11-231-1/+1
* Fix scope on all /phpunit test methodsaddshore2013-10-241-5/+5
* Add @covers tags for more testsaddshore2013-10-211-0/+8
* Remove unused local variables in testsSiebrand Mazeland2013-04-261-5/+4
* Update formattingSiebrand Mazeland2013-02-151-3/+6
* Tweak testFileRepoConstructionWithRequiredOptions so that it doesn't fail dep...Aaron Schulz2012-03-131-2/+6
* test FileRepo constructorAntoine Musso2012-02-071-0/+7
* FileRepo: check constructor parametersAntoine Musso2012-01-231-0/+34