wiki.techinc.nl/tests/phpunit/includes/changes
Thiemo Kreuz 40764d277c Replace PHPUnit ->returnValue() with ->willReturn() shortcut
It's the same and makes the test code much more readable, I
would like to argue.

Because of the was I split all the changes I made into smaller
patches this patch contains some other changes in the same
lines where I could not split them off. E.g. removal of
->any(), which is the default anyway and doesn't do anything.

Change-Id: Ib297b989d4aec33b31a4e33fe9d5032865b39be0
2021-04-22 10:37:45 +02:00
..
CategoryMembershipChangeTest.php Replace uses of Revision constants 2020-07-03 01:23:44 +00:00
EnhancedChangesListTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02: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 Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TestRecentChangesHelper.php