aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/changes/RecentChangeTest.php
Commit message (Expand)AuthorAgeFilesLines
* recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/Timo Tijhof2024-08-291-623/+0
* RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-22/+21
* RecentChangeTest#testDatabaseRoundTrip: Conditionally disable temp user featureKosta Harlan2024-06-271-1/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-33/+33
* tests: Set rc_log_type in RecentChangeTest for log eventsUmherirrender2023-12-121-0/+4
* Drop RecentChange::getPerformer(), deprecated since 1.36James D. Forrester2023-09-271-17/+0
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+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-021-0/+1
* 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: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-231-4/+3
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-11/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-07-061-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
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Hard deprecate RecentChange::getPerformer()Roman Stolar2021-06-021-0/+5
* 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-221-1/+1
|/
* Remove $actor field from UsererIdentityValuedaniel2021-04-131-2/+2
* Convert RecentChange to use UserIdentity and ActorStoredaniel2021-03-111-8/+191
* Convert RecentChange::doMarkPatrolled to AuthorityPetr Pchelko2021-03-031-1/+109
* RecentChangeTest::testParseParams use a data providerDannyS7122021-03-011-29/+16
* Convert PageProps to a serviceDannyS7122020-08-121-4/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Fix visibility of setUp/tearDownThiemo Kreuz2020-06-161-1/+1
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-13/+15
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Update tests to use PHPUnit 6 class namesMax Semenik2019-10-061-1/+2
* Add missing newline between <?php and namespace/use sectionThiemo Kreuz2019-06-031-0/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+11
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-0/+25
* phpunit: Fix RecentChangeTest failure when coverage is enabledTimo Tijhof2017-03-201-6/+9
* Use namespaced ScopedCallbackKunal Mehta2016-10-171-0/+1
* Update mediawiki/mediawiki-codesniffer to 0.7.1Paladox2016-05-071-1/+1
* Hide hiddencat catwatch changes in special changelistsWMDE-Fisch2016-04-181-0/+47
* Convert all array() syntax to []Kunal Mehta2016-02-171-20/+20
* Introduce CategoryMembershipChangeaddshore2015-09-291-0/+1
* Move LogFormatter test comment blockaddshore2015-09-251-38/+0
* Add tests for RecentChange::parse(To|From)RCTypeaddshore2015-09-211-0/+25
* Add test for RecentChange::newFromRowaddshore2015-09-211-0/+20
* Add test for RecentChange::isInRCLifespanaddshore2015-09-211-0/+22