aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiErrorFormatterTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-17/+17
* tests: Namespace api testsReedy2024-02-181-0/+12
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-12/+12
* Use thousands separators in selected integer literalsTim Starling2023-12-121-7/+7
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+0
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-6/+5
* Make ApiErrorFormatterTest more robust.daniel2021-02-051-87/+134
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-5/+16
* Add some missing @covers tagsKunal Mehta2019-02-021-0/+5
* ApiDelete: Handle batched deletions properlyBrad Jorsch2018-12-201-0/+34
* API: Add exception class as data to internal_api_error codesBrad Jorsch2018-11-261-1/+3
* API: Validate API error codesBrad Jorsch2018-11-261-0/+19
* API: Allow prop=info intestactions to return reasonsBrad Jorsch2018-10-161-0/+21
* API: Remove long-deprecated methods (and one class)Brad Jorsch2018-10-151-32/+0
* Suppress deprecation warnings for b/c use of UsageException::getMessageArray()C. Scott Ananian2018-09-241-0/+4
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* API: Add deprecation warnings for Iae0e2ce3Brad Jorsch2017-06-221-2/+12
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+2
* ApiErrorFormatter_BackCompat: Use first error, not lastBrad Jorsch2017-01-171-2/+13
* Fixes and tests for ApiErrorFormatter ILocalizedException handlingBrad Jorsch2016-12-201-0/+112
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-173/+257
* API: Some raw message cleanupBrad Jorsch2016-08-241-12/+12
* Convert all array() syntax to []Kunal Mehta2016-02-171-227/+227
* Fix some language depending phpunit tests by using MediaWikiLangTestCaseumherirrender2015-12-071-1/+1
* Fix Generic.Files.LineLength phpcs check under phpunit/includes/apiAmir E. Aharoni2015-10-031-21/+93
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-0/+8
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-0/+343