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 Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
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 Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
ThrottledErrorTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
UserNotLoggedInTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00