wiki.techinc.nl/tests/phpunit/includes/changes
DannyS712 b45ddb2ab3 Use WikiPage::doUserEditContent() instead of ::doEditContent()
Results in passing a user where previously the fallback
to $wgUser was being used, mostly in tests.

Bug: T255507
Change-Id: Iabe24315b23c0ad1272353186425e71974528d23
2021-06-28 00:11:30 -07:00
..
CategoryMembershipChangeTest.php Remove some unneeded uses of full User objects 2021-05-22 03:58:25 +00:00
EnhancedChangesListTest.php Use WikiPage::doUserEditContent() instead of ::doEditContent() 2021-06-28 00:11:30 -07:00
OldChangesListTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
RCCacheEntryFactoryTest.php Remove constructors from test classes 2021-03-08 03:31:25 +00:00
RecentChangeTest.php Hard deprecate RecentChange::getPerformer() 2021-06-02 11:29:06 +03:00
TestRecentChangesHelper.php