wiki.techinc.nl/tests/phpunit/includes/exception
Brian Wolff 046f18ed1e Make MWException show up pretty even if $wgLang is a stub
$wgLang is usually going to be a stub, since its semi-deprecated
so more and more code-paths don't call it. I'm not exactly sure
what checking it was supposed to accomplish. Note that
MWExceptionRenderer has very similar logic that does not check
$wgLang

Bug: T246619
Change-Id: I101a60b6fb3bc2c1abfa16fd1784caab3f75a95b
2020-03-23 03:49:45 +00:00
..
BadTitleErrorTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
ErrorPageErrorTest.php
HttpErrorTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
MWExceptionTest.php Make MWException show up pretty even if $wgLang is a stub 2020-03-23 03:49:45 +00:00
ReadOnlyErrorTest.php
ThrottledErrorTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
UserNotLoggedInTest.php