aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/exception/MWExceptionHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* exception: Remove 'exception-json' logging channelBartosz Dziewoński2025-03-211-18/+12
* tests: Add missing documentation to class propertiesUmherirrender2024-09-181-0/+1
* Replace gettype() with get_debug_type() in debug/log/test outputBartosz Dziewoński2024-07-311-4/+4
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Clean up testsMatěj Suchánek2024-02-121-1/+1
* exception: Widen `@covers` annotationsTimo Tijhof2023-12-171-20/+1
* phpunit: Add temporary overrides for assertObject(Not)HasAttributeDaimona Eaytoy2023-08-201-3/+3
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-5/+5
* REST: Hide exception message when wgShowExceptionDetails=falseTimo Tijhof2022-05-261-21/+10
* Remove access to config globals from includes/exceptiondaniel2022-05-121-8/+21
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Handle INormalizedException in MWExceptionHandlerGergő Tisza2021-07-071-0/+37
* Add missing @param tags in testsUmherirrender2021-02-011-0/+4
* exception: Add the 'from' file/line to the logged exception traceTimo Tijhof2021-01-161-1/+2
* exception: Add test for MWExceptionHandler trace formattingTimo Tijhof2021-01-131-0/+31
* exception: Minor clean up in MWExceptionHandler test caseTimo Tijhof2021-01-121-41/+24
* exception: Move remaiming MWExceptionHandler tests to its test caseTimo Tijhof2021-01-071-0/+74
* Fix visibility of setUp/tearDownThiemo Kreuz2020-06-161-2/+2
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-1/+1
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-2/+2
* Fix MWExceptionHandlerTest on PHP 7.4MaxSem2019-12-031-2/+16
* Move trivially compatible tests to the unit tests suiteMáté Szabó2019-06-301-0/+74
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-74/+0
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-0/+74