wiki.techinc.nl/tests/phpunit/includes/exception
Derick Alangi cb03a63230 tests: Migrate away from setMwGlobals()
Make use of `overrideConfigValue(s)()` where needed and also
make use of MainConfigNames constants.

NOTE: group multiple calls to setMwGlobals() to one and pass
  an array of values instead.
Change-Id: I3bbfd037bb3765c00c426682cce3ef5cccc1a284
2022-08-22 20:17:49 +00:00
..
BadTitleErrorTest.php Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
ErrorPageErrorTest.php tests: Migrate away from setMwGlobals() 2022-08-22 20:17:49 +00:00
MWExceptionTest.php Inline a few more trivial createMock() calls in tests 2022-08-08 09:50:50 +02:00
PermissionsErrorTest.php
ReadOnlyErrorTest.php Replace deprecated wfReadOnly/wfReadOnlyReason 2022-06-20 15:35:24 +00:00
ThrottledErrorTest.php Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
UserNotLoggedInTest.php