aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/page/UndeletePageTest.php
Commit message (Expand)AuthorAgeFilesLines
* storage: Assert CategoryMembershipChangeJob via traitMáté Szabó2025-04-041-1/+10
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+3
* DomainEvents: Rename getOldRevision and getNewRevisiondaniel2025-03-151-2/+2
* DomainEvents: Rename PageEvent and PageUpdatedEventdaniel2025-03-111-5/+5
* DomainEvents: More clearly model null edits and dummy revisionsdaniel2025-02-261-1/+16
* PageUpdatedEvent: improve modeling of flagsdaniel2025-02-201-1/+2
* DomainEvents: introduce ExpectCallbackTraitdaniel2025-01-301-10/+5
* Tests: assert updates on page lifecycle changesdaniel2025-01-241-18/+47
* PageUpdatedEvent: explicitly model cause and performerdaniel2025-01-211-16/+10
* DomainEvent: Support type hierarchiesdaniel2025-01-211-1/+1
* Ensure necessary updates are performed on import and undeletedaniel2024-12-121-0/+87
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* Allow undeletion of IP revisions when temp accounts are enabledDreamy Jazz2024-05-231-0/+10
* tests: Use namespaced classesUmherirrender2023-12-111-0/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-19/+0
* Merge "Introduce ArchiveSelectQueryBuilder"jenkins-bot2023-09-071-10/+5
|\
| * Introduce ArchiveSelectQueryBuilderAmir Sarabadani2023-09-071-10/+5
* | Merge "Make MediaWikiIntegrationTestCase::addCoreDBData a noop"jenkins-bot2023-09-071-4/+0
|\ \ | |/ |/|
| * Make MediaWikiIntegrationTestCase::addCoreDBData a noopDaimona Eaytoy2023-09-051-4/+0
* | Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-9/+4
|/
* tests: Migrate Database::select usages to SelectQueryBuilderAmir Sarabadani2023-07-171-3/+15
* Drop revision_comment_tempAlexander Vorwerk2023-06-071-1/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use SlotRecord::MAIN instead of hard coded valueUmherirrender2023-01-031-1/+2
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-1/+1
* UndeletePage: Undelete associated talk pageDaimona Eaytoy2022-03-301-77/+67
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-2/+1
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-2/+1
* Add perm checks to UndeletePage and make it a real serviceDaimona Eaytoy2021-10-041-4/+7
* Use fluent setters instead of optional params in UndeletePageDaimona Eaytoy2021-10-011-1/+1
* UndeletePage cleanup, part 1Daimona Eaytoy2021-09-211-6/+6
* Move code from PageArchive to a new UndeletePage commandDaimona Eaytoy2021-09-211-0/+147