aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/page/MergeHistoryTest.php
Commit message (Collapse)AuthorAgeFilesLines
* includes: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2024-07-101-1/+2
| | | | Change-Id: Icdf1b25f2f5202e4f1f83bbea5b6436ccbb7f3b5
* tests: Avoid deprecated Status / StatusValue methodsBartosz Dziewoński2024-06-151-4/+6
| | | | | | | | Use more specific and less fragile assertions whenever possible; most tests don't need to examine the internals of the status so closely. Use StatusValue::getMessages() when necessary. Change-Id: Ie4b3ebc03abb0e352e82394ced6ab9e733c83fb4
* tests: Use namespaced classes (1)Umherirrender2024-06-141-0/+3
| | | | | | | Changes to the use statements done automatically via script Addition of missing use statement done manually Change-Id: Iae45fa269363be8ee05c598ea6926514ce817762
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-8/+8
| | | | Change-Id: I5629f91387f2ac453ee4341bfe4bba310bd52f03
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-1/+1
| | | | | | | | | | | Some less trivial cases. Also update variable names. This doesn't really change anything, but I hope it helps promote getConnectionProvider() as the common way to do this. Follow-up to 8604c384f624273f46b653ec252ffaed30e6ff89. Change-Id: I6657d783375fac5c7fa856b884ff1fb09285e94c
* Allow MergeHistory to split up joined revisions with same timestampPppery2024-01-051-0/+37
| | | | | Bug: T183501 Change-Id: Iedd818a83838683fb07334aade11754557828062
* Fix testSourceUpdateWithRedirectSupportPppery2023-11-171-2/+7
| | | | | Bug: T349431 Change-Id: I57794b599ac6ffa5a5dc3ef5a9f53ac5b7417633
* MergeHistory: Support for pagelinks migrationAmir Sarabadani2023-10-181-1/+2
| | | | | Bug: T346457 Change-Id: Ifedb0a9b95c3f475b4e08535a6f90fda242b305b
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-0/+215
Follow move of the tested class Most moves are part of T321882 Change-Id: I74ab45d6a5331dcb2ff0b65dc2cc7c6315146646