wiki.techinc.nl/tests/phpunit/includes/exception
Bartosz Dziewoński 825bf602a5 Deprecate error printing in MWException
It's now deprecated to use the individual error printing functions in
MWException or to override them. Printing MWException now works the
same as any other exception, and happens in MWExceptionRenderer.

It's still allowed to override MWException::report() to replace the
entire error page, for example in ErrorPageError.

Bug: T353444
Change-Id: I66d896f6f229b90e6ba9949311b56a6b6ab3da3d
2024-01-10 16:38:43 +01:00
..
BadTitleErrorTest.php Deprecate error printing in MWException 2024-01-10 16:38:43 +01:00
MWExceptionTest.php Deprecate error printing in MWException 2024-01-10 16:38:43 +01:00
PermissionsErrorTest.php
ReadOnlyErrorTest.php Fix DB usage in non-database tests (part 2) 2023-08-06 22:57:28 +00:00
ThrottledErrorTest.php Deprecate error printing in MWException 2024-01-10 16:38:43 +01:00
UserBlockedErrorTest.php tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
UserNotLoggedInTest.php