aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/filebackend/FileBackendGroupTestTrait.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Use type declaration on undocumented private functionsUmherirrender2025-03-301-2/+2
* Fix uses of TempFSFileFactory's old class aliasJames D. Forrester2025-03-171-1/+1
* filebackend: Remove dependencies on MediaWiki codedaniel2025-01-081-0/+4
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-0/+1
* 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
* Add namespace and deprecation alias to FileBackendGroupEbrahim Byagowi2024-05-201-0/+1
* Deprecate ConfiguredReadOnlyMode serviceAmir Sarabadani2023-09-121-4/+3
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* mark various anonymous functions as staticReedy2023-08-221-1/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
* unit tests: Use MainConfigNames constant to refer configsUmherirrender2022-08-171-11/+12
* Tests: Use createNoOpMock() shortcut in a few more placesThiemo Kreuz2022-07-181-7/+3
* Ensure that strlen() does not get passed a (valid) nullMark A. Hershberger2022-07-121-1/+1
* Docs: remove references to DefaultSettings.phpdaniel2022-05-301-1/+1
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-211-1/+1
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-22/+0
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-7/+7
* build: Updating dependencieslibraryupgrader2021-07-221-3/+2
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Add missing @return to FileBackendGroupTestTraitUmherirrender2020-12-181-0/+2
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-3/+3
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-3/+3
* phpunit: Change optional params before required params to also be requiredMax Semenik2020-03-291-1/+1
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-1/+1
* Deprecate FileJournal::factoryAryeh Gregor2019-11-041-2/+1
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-4/+18
* Cleanup of old PHPUnit usage, part 2Max Semenik2019-10-041-5/+6
* Integration tests for FileBackendGroupAryeh Gregor2019-08-281-0/+459