wiki.techinc.nl/tests/phpunit/includes/debug
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
..
logger Use ::class for class name 2021-04-08 21:17:42 +02:00
DeprecationHelperTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
MWDebugTest.php Replace PHPUnit ->returnValue() with ->willReturn() shortcut 2021-04-22 10:37:45 +02:00
TestDeprecatedClass.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
TestDeprecatedSubclass.php