aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiResultTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-9/+9
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+2
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-8/+8
* Add "implements/extends Stringable" to more classes and interfacesBartosz Dziewoński2024-06-131-1/+1
* Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+2
* ApiResult: Make array ordering consistent across PHP versionsMáté Szabó2024-04-051-14/+39
* tests: Namespace api testsReedy2024-02-181-4/+14
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-7/+7
* Use thousands separators in selected integer literalsTim Starling2023-12-121-7/+7
* tests: Skip failing tests on php8.2 (and make pass)Umherirrender2023-12-101-0/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+2
* tests: Handle dynamic created properties on test classesUmherirrender2023-01-131-0/+1
* tests: Use Title::makeTitle instead of Title::newFromTextUmherirrender2022-09-231-2/+2
* phpunit: use ->getServiceContainer() in integration testsAlexander Vorwerk2022-01-271-3/+1
* Tests: Mark more closures as staticReedy2021-02-071-1/+1
* Allow replacing ApiResult value with same valueLucas Werkmeister2021-01-261-0/+3
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Simplify \stdClass object creation in ApiResultTestThiemo Kreuz2020-05-291-4/+2
* Replace all `new stdClass()` with identical `(object)[]`Thiemo Kreuz2020-03-041-8/+4
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+5
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+1410
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-1410/+0
* Remove empty lines at end of functionsumherirrender2016-11-051-2/+0
* API: Remove deprecated methodsBrad Jorsch2016-09-201-344/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-611/+611
* API: Work around PHP bug 45959Brad Jorsch2016-01-141-0/+24
* Fixed incorrect size for api resultYuri Astrakhan2015-12-121-0/+7
* Fix Generic.Files.LineLength phpcs check under phpunit/includes/apiAmir E. Aharoni2015-10-031-3/+17
* API: Finish killing "raw mode"Brad Jorsch2015-09-171-11/+0
* ApiResult: Fix size checkingBrad Jorsch2015-09-081-0/+32
* API: Add ApiResult::META_KVP_MERGEBrad Jorsch2015-08-281-0/+44
* Fix phpcs warningspaladox2015-06-181-9/+22
* Fixed spacingumherirrender2015-06-171-3/+3
* Expose RL modules and js config vars in action=expandtemplatesMarc Ordinas i Llopis2015-06-051-0/+70
* API: ApiResult must validate even when using numeric auto-indexesBrad Jorsch2015-04-291-0/+90
* Merge "API: Add wfDeprecated() to deprecated ApiResult methods"jenkins-bot2015-04-211-0/+3
|\
| * API: Add wfDeprecated() to deprecated ApiResult methodsBrad Jorsch2015-04-201-0/+3
* | Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-13/+37
|/
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-0/+1446