aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/filerepo
Commit message (Collapse)AuthorAgeFilesLines
* file: Basic support for writing to the new file tablesAmir Sarabadani2025-01-061-0/+16
| | | | | Bug: T368113 Change-Id: I8d98d187ba4f1342167820b5710f5382b2ac4831
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
| | | | | Bug: T353458 Change-Id: I3b736346550953e3b2977c14dc3eb10edc07cf97
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
| | | | | | | | | And deprecated aliases for the the no namespaced classes. ReplicatedBagOStuff that already is deprecated isn't moved. Bug: T353458 Change-Id: Ie01962517e5b53e59b9721e9996d4f1ea95abb51
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-4/+4
| | | | Change-Id: I5629f91387f2ac453ee4341bfe4bba310bd52f03
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+2
| | | | | | | And WikiReference Bug: T321882 Change-Id: I60cf4b9ef02b9d58118caa39172677ddfe03d787
* filerepo: remove repo name from getSharedCacheKey()Aaron Schulz2020-11-161-0/+87
The name is only used for local config and internal virtual URLs. A key use case is having a LocalRepo named "local" on central repo wiki and a ForeignDBViaLBRepo named "shared" on the client wikis, the later being a reference to the former. The keys should be be shared regardless of this naming difference. Bug: T267668 Change-Id: Ic239bb980740ec5237edc878af4274885034a96f