aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/changes
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-297-1837/+0
* Create a maintenance script to purge expired rows in recentchangesDreamy Jazz2024-08-211-0/+98
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+1
* Merge "RecentChange: Replace use of legacy error arrays"jenkins-bot2024-07-101-22/+21
|\
| * RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-22/+21
* | Replace User, Title, and WikiPage in more signaturesDaimona Eaytoy2024-07-101-2/+1
|/
* RecentChangeTest#testDatabaseRoundTrip: Conditionally disable temp user featureKosta Harlan2024-06-271-1/+7
* phpunit: Fix tests relying on implicit wgScript/wgArticlePathTimo Tijhof2024-05-052-12/+3
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-165-37/+37
* Namespace includes/contextJames D. Forrester2024-02-083-0/+3
* tests: Set rc_log_type in RecentChangeTest for log eventsUmherirrender2023-12-121-0/+4
* Replace a few manually crafted assertTrue assertionsthiemowmde2023-11-231-4/+4
* Drop RecentChange::getPerformer(), deprecated since 1.36James D. Forrester2023-09-271-17/+0
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-193-0/+3
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-192-0/+2
* EnhancedChangesList: Use HTML/CSS for collapsingFomafix2023-07-131-15/+0
* Merge "tests: Make some PHPUnit data providers static"jenkins-bot2023-05-201-1/+1
|\
| * tests: Make some PHPUnit data providers staticUmherirrender2023-05-201-1/+1
* | rcfeed: Add 'notify_url' and 'title_url' to MachineReadableRCFeedFormatterTimo Tijhof2023-05-191-1/+90
|/
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-5/+5
* Allow marking recent changes about logged actions with bot flagMatěj Suchánek2023-03-131-1/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-026-0/+7
* Merge "Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\"jenkins-bot2022-12-111-0/+1
|\
| * Reorg: Move PageProps to page/ and namespace it to MediaWiki\Page\Amir Sarabadani2022-12-091-0/+1
* | Suppress RecentChange::doMarkPatrolled when autopatrol is requestedMatěj Suchánek2022-12-031-24/+6
|/
* tests: Replace assertEmpty with assertSameUmherirrender2022-11-251-1/+1
* tests: Upgrade PHPUnit from 8.5+ to 9.5+Daimona Eaytoy2022-10-081-2/+16
* tests: Replace assertRegExp with assertMatchesRegularExpressionDaimona Eaytoy2022-10-073-24/+24
* tests: Replace deprecated WikiPage::factoryUmherirrender2022-09-021-1/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-233-10/+8
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-11/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-066-14/+14
* tests: Use WikiPageFactory to create WikiPage objectUmherirrender2022-06-261-2/+2
* 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
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-272-5/+3
* Title: Make use of BacklinkCacheFactory serviceDerick Alangi2021-09-091-1/+5
* build: Updating dependencieslibraryupgrader2021-07-225-5/+5
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-2/+10
* Hard deprecate RecentChange::getPerformer()Roman Stolar2021-06-021-0/+5
* Remove some unneeded uses of full User objectsDannyS7122021-05-221-4/+3
* build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0James D. Forrester2021-04-291-2/+2
* Merge "RecentChange: replace Title in method signatures"jenkins-bot2021-04-261-53/+109
|\
| * RecentChange: replace Title in method signaturesdaniel2021-04-261-53/+109
* | Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-223-3/+3
* | phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-162-2/+2
|/
* Merge "Convert ChangesListStringOptionsFilterGroupTest to pure unit tests"jenkins-bot2021-04-141-276/+0
|\
| * Convert ChangesListStringOptionsFilterGroupTest to pure unit testsDannyS7122021-04-141-276/+0
* | Merge "Remove $actor field from UsererIdentityValue"jenkins-bot2021-04-141-2/+2
|\ \ | |/ |/|
| * Remove $actor field from UsererIdentityValuedaniel2021-04-131-2/+2