aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filebackend/FileBackendGroupIntegrationTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* Add namespace and deprecation alias to FileBackendGroupEbrahim Byagowi2024-05-201-1/+2
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Deprecate ConfiguredReadOnlyMode serviceAmir Sarabadani2023-09-121-3/+10
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* tests: Handle dynamic created properties on test classesUmherirrender2023-01-131-0/+3
* tests: Replace assertEmpty with assertSameUmherirrender2022-11-251-1/+1
* tests: Migrate away from `setMwGlobals()`Derick Alangi2022-08-221-3/+9
* tests: Remove resetServiceForTesting after overrideConfigValuesUmherirrender2022-07-271-3/+0
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-211-1/+1
* Remove FileBackendGroup::singleton() and ::destroySingletons()Alexander Vorwerk2021-09-151-5/+2
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Hard deprecate FileBackendGroup::singleton() and ::destroySingletons()ZabeMath2021-05-041-2/+2
* tests: Make static/non-static functions matchMax Semenik2020-04-291-1/+2
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-5/+8
* Fix FileBackendGroup test for some configurationsAryeh Gregor2019-08-291-1/+5
* Integration tests for FileBackendGroupAryeh Gregor2019-08-281-0/+57