aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/file
Commit message (Expand)AuthorAgeFilesLines
* storage: Assert CategoryMembershipChangeJob via traitMáté Szabó2025-04-041-1/+7
* Merge "DomainEvents: Rename getOldRevision and getNewRevision"jenkins-bot2025-03-171-3/+3
|\
| * DomainEvents: Rename getOldRevision and getNewRevisiondaniel2025-03-151-3/+3
* | Merge "filerepo: Test behavior of wgThumbnailSteps beyond its range"jenkins-bot2025-03-141-1/+12
|\ \ | |/ |/|
| * filerepo: Test behavior of wgThumbnailSteps beyond its rangeTimo Tijhof2025-03-131-1/+12
* | DomainEvents: Rename PageEvent and PageUpdatedEventdaniel2025-03-111-9/+9
|/
* Introduce thumbnail stepsAmir Sarabadani2025-03-021-0/+44
* DomainEvents: More clearly model null edits and dummy revisionsdaniel2025-02-261-5/+7
* PageUpdater: allow dummy revisions to be minordaniel2025-02-241-0/+5
* PageUpdatedEvent: improve modeling of flagsdaniel2025-02-201-3/+3
* PageUpdater: make it easy to create dummy revisionsdaniel2025-02-141-6/+25
* Dummy revisions: add tests for event emissiondaniel2025-02-101-11/+157
* tests: Use namespaced classesUmherirrender2024-10-212-0/+4
* 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/+1
* LocalFileTest: Update to pass with temp accounts enabledKosta Harlan2024-06-271-4/+10
* Replace db with getDb for TestsWandji692024-06-231-7/+7
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-20/+24
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-162-36/+36
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-1/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-8/+0
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-3/+3
* tests: Migrate more cases to SQBAmir Sarabadani2023-09-211-4/+12
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-1/+1
* tests: Migrate calls to Database::update to UpdateQueryBuilderAmir Sarabadani2023-07-141-2/+5
* tests: Migrate Database::delete calls to DeleteQueryBuilderAmir Sarabadani2023-07-141-1/+4
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-2/+2
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-242-8/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-272-0/+2
* DatabaseSqlite: fix null blobsTim Starling2022-11-221-2/+0
* LocalFileTest: use encodeBlob/decodeBlob for img_metadataTim Starling2022-11-221-7/+9
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)`Derick Alangi2022-07-272-14/+18
* Remove deprecated wfLocalFile and wfFindFileUmherirrender2022-07-071-13/+0
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-7/+7
* Add convenience methods for asserting status.daniel2022-03-161-3/+3
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-5/+0
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-2/+2
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+3
* Replace usages of deprecated wfWikiID()Alexander Vorwerk2021-12-212-3/+3
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* Use ParserCache for local file description rendersPetr Pchelko2021-11-111-2/+16
* Merge "File: remove deprecated methods"jenkins-bot2021-11-051-9/+0
|\
| * File: remove deprecated methodsPetr Pchelko2021-11-011-9/+0
* | Replace `new stdClass` with more compact array syntaxThiemo Kreuz2021-11-021-1/+1
|/
* Manual and automatic image metadata reserializationTim Starling2021-06-261-14/+160
* Optionally split out parts of file metadata to BlobStoreTim Starling2021-06-111-28/+290
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-2/+39