aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Revision
Commit message (Expand)AuthorAgeFilesLines
* tests: Use type declaration on undocumented private functionsUmherirrender2025-03-301-1/+1
* Use namespaced Title classUmherirrender2025-03-021-1/+1
* Revisions: Rewrite a RevisionRecordTests for readabilitythiemowmde2025-01-291-20/+30
* Revision: make RevisionRecord::getPage() return a value objectdaniel2025-01-081-0/+12
* RevisionRecord: add convenience methods for main slotdaniel2024-11-281-1/+5
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Revision,Storage: Widen `@covers` tags in testsTimo Tijhof2024-08-309-137/+5
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-102-2/+2
* Add namespace to WikitextContentEbrahim Byagowi2024-08-062-2/+2
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Add namespace and deprecation alias to TextContentHandlerEbrahim Byagowi2024-05-201-1/+1
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-1/+1
* RevisionStore: Remove usage of ActorMigrationAlexander Vorwerk2024-02-051-5/+0
* RevisionStoreFactoryTest: Use class @covers annotationThalia2024-01-121-4/+3
* Use namespaced CommentStore and CommentStoreComment in testsFomafix2023-12-046-6/+6
* RevisionArchiveRecord: Also check for permission to view deleted pagesBartosz Dziewoński2023-09-204-4/+22
* mark various anonymous functions as staticReedy2023-08-221-1/+1
* tests: Change expectDeprecation to expectDeprecationAndContinueUmherirrender2023-07-181-6/+3
* tests: Remove MWDebug::clearDeprecationFilters from unit tests teardownUmherirrender2023-07-101-4/+0
* tests: Make some PHPUnit data providers staticUmherirrender2023-05-202-2/+2
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-246-8/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-024-4/+4
* Use SlotRecord::MAIN instead of hard coded valueUmherirrender2023-01-036-19/+21
* DummyServicesTrait: add content handler factoryDannyS7122023-01-021-3/+6
* Reorg: Move ActorMigration and ActorMigrationBase to user/Amir Sarabadani2022-12-161-1/+1
* When content is marked bad, show an error, don't pretend it is emptyTim Starling2022-12-052-0/+62
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-263-3/+3
* tests: Simplify some nested ->will( $this->return assertionsReedy2022-11-121-2/+2
* tests: Remove non-existing method arguments from revision-related testsThiemo Kreuz2022-08-062-5/+4
* Tests: remove unneeded helper methods that just return a mock with noDannyS7122022-07-204-93/+26
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-152-9/+3
* Simplify assertion for false around wiki id and domain idUmherirrender2022-06-181-1/+0
* Use new namespace for revision related classesUmherirrender2022-04-141-1/+1
* tests: Change use of AtEase to at operatorTimo Tijhof2022-02-241-5/+1
* tests: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Revision: Inject local cache to RevisionStoreAmir Sarabadani2021-12-171-0/+3
* Make SlotRecordTest a unit testPetr Pchelko2021-10-191-0/+437
* Narrow PageUpdater dependency from TitlePetr Pchelko2021-07-261-4/+9
* Merge "RevisionStoreFactoryTest: Clean up and convert to unit test"jenkins-bot2021-04-241-0/+218
|\
| * RevisionStoreFactoryTest: Clean up and convert to unit testDannyS7122021-04-221-0/+218
* | Convert SlotRoleRegistryTest to unit testsDannyS7122021-04-231-0/+212
|/
* Remove $actor field from UsererIdentityValuedaniel2021-04-135-9/+9
* Merge "Add support for derived MCR slots"jenkins-bot2021-03-182-0/+27
|\
| * Add support for derived MCR slotsCindy Cicalese2021-03-182-0/+27
* | MainSlotRoleHandlerTest: fix typo "Fet"DannyS7122021-03-161-1/+1
* | Convert MainSlotRoleHandlerTest to pure unit testsDannyS7122021-03-151-0/+120
|/
* Convert (Mutable)RevisionSlotsTest classes to unit testsDannyS7122021-03-122-0/+447
* Introduce helper WikiAwareEntityTraitPetr Pchelko2021-02-081-6/+6