aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/exception/MWExceptionTest.php
Commit message (Expand)AuthorAgeFilesLines
* exception: Remove 'exception-json' logging channelBartosz Dziewoński2025-03-211-20/+0
* Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-1/+3
* Remove error printing in MWExceptionBartosz Dziewoński2024-04-251-64/+0
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-3/+3
* Deprecate error printing in MWExceptionBartosz Dziewoński2024-01-101-0/+53
* exception: Widen `@covers` annotationsTimo Tijhof2023-12-171-15/+1
* exception: Replace $wgCommandLineMode checks with MW_ENTRY_POINTBartosz Dziewoński2023-12-141-20/+1
* Inline a few more trivial createMock() calls in testsThiemo Kreuz2022-08-081-9/+3
* tests: Set wgLang with MediaWikiIntegrationTestCase::setUserLangUmherirrender2022-07-131-1/+6
* Remove access to config globals from includes/exceptiondaniel2022-05-121-1/+4
* exception: Move remaiming MWExceptionHandler tests to its test caseTimo Tijhof2021-01-071-74/+0
* Make unit tests assertion about assertNotEquals more strictUmherirrender2020-11-011-1/+1
* Avoid local variable with wg prefixUmherirrender2020-10-281-5/+5
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Make MWException show up pretty even if $wgLang is a stubBrian Wolff2020-03-231-13/+2
* Manual fix of the remaining assertInternalType & Co.Daimona Eaytoy2019-12-151-2/+2
* phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedExcept...James D. Forrester2019-10-141-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-4/+4
* Add @covers tags to miscellaneous tests (#2)Kunal Mehta2017-12-281-0/+1
* Remove $wgExceptionHooksGergő Tisza2017-05-221-47/+0
* Remove empty lines at end of functionsumherirrender2016-11-051-2/+0
* phpunit: Abstract user-lang override in MediaWikiTestCaseTimo Tijhof2016-03-091-5/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-58/+58
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* test: Clean up data providers that should be staticTimo Tijhof2014-09-181-4/+4
* Fixed some @params documentation (tests)umherirrender2014-04-171-3/+3
* Fixed spacingumherirrender2014-03-201-2/+2
* Expand MWException testsaddshore2014-02-271-0/+126
* Add scope to Exception class methodsaddshore2014-02-241-7/+7
* Split Exception.phpaddshore2014-02-241-0/+115