aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/page/PageArchiveTest.php
Commit message (Expand)AuthorAgeFilesLines
* page: Remove deprecated PageArchive::undeleteAsUserUmherirrender2025-03-261-55/+0
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-8/+9
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* page: Hard-deprecate PageArchive::undeleteAsUserUmherirrender2024-07-211-0/+2
* PageArchiveTest: Disable temp user featureKosta Harlan2024-06-271-0/+4
* Replace db with getDb for TestsWandji692024-06-231-3/+3
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-6/+6
* 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
* tests: Use $this->getDb() instead of wfGetDB() in integration testsAmir Sarabadani2023-09-251-1/+1
* 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/+3
|/
* 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
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-1/+1
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-1/+1
* Use new namespace for revision related classesUmherirrender2022-04-141-1/+1
* tests: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2022-01-171-2/+1
* Split PageArchiveTestMatěj Suchánek2021-10-251-109/+4
* Deprecate replaced PageArchive methodsMatěj Suchánek2021-10-211-23/+41
* Move methods from PageArchive to new ArchivedRevisionLookupMatěj Suchánek2021-10-081-7/+18
* Move code from PageArchive to a new UndeletePage commandDaimona Eaytoy2021-09-211-1/+0
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+1
* Remove hard-deprecated methods from RevisionStorePetr Pchelko2021-06-241-10/+7
* Remove Revision from PageArchiveDannyS7122021-04-301-93/+0
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Remove $actor field from UsererIdentityValuedaniel2021-04-131-1/+1
* Merge "Remove constructors from test classes"jenkins-bot2021-03-111-10/+6
|\
| * Remove constructors from test classesDannyS7122021-03-081-10/+6
* | ActorNormalization should require a DB connection.daniel2021-03-101-1/+1
|/
* Hard-deprecate IDatabase parameter for UserIdentity:getActorId()Cindy Cicalese2021-02-171-5/+6
* Hard deprecate RevisionStore::newMutableRevisionFromArrayPeter Ovchyn2021-02-031-0/+2
* Normalize IP addresses before writing/reading actor.actor_nameGergő Tisza2021-01-261-1/+1
* Remove hard deprecated PageArchive::undeleteDannyS7122020-08-261-5/+2
* Hard deprecate the rest of the Revision classDannyS7122020-07-021-0/+6
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Tests: Reduce use of Revision objectsDannyS7122020-06-301-6/+5
* Add PageArchive::getRevisionRecordByTimestampDannyS7122020-06-151-1/+16
* Hard deprecate Revision::getTimestampDannyS7122020-06-101-0/+1
* Hard deprecate Revision::getPage and ::getCommentDannyS7122020-06-101-0/+4
* Remove use of the Revision object returned in WikiPage::doEditContentDannyS7122020-06-091-4/+4
* Hard deprecate PageArchive::getPreviousRevisionDannyS7122020-05-061-0/+2
* Replace uses and hard deprecate Article:: and WikiPage::getRevisionDannyS7122020-04-201-1/+1
* Replace PageArchive::getArchivedRevision with getArchivedRevisionRecordDannyS7122020-04-081-0/+1