aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiMessageTest.php
Commit message (Expand)AuthorAgeFilesLines
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-4/+4
* Add namespace to includes/api classesJames D. Forrester2024-09-251-9/+9
* Message: Rename 'interface' prop because of syntax highlightingBartosz Dziewoński2024-06-261-1/+1
* tests: Namespace api testsReedy2024-02-181-0/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-7/+7
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Message: Remove deprecated format propertyGergő Tisza2021-09-031-1/+0
* Replace Title in Message/MessageCachePetr Pchelko2021-06-091-4/+10
* Merge "Misc cleanup to api integration tests"jenkins-bot2021-01-211-19/+13
|\
| * Misc cleanup to api integration testsDannyS7122021-01-211-19/+13
* | Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-1/+0
|/
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-131-0/+196
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-131-196/+0
* API: Validate API error codesBrad Jorsch2018-11-261-0/+7
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-5/+73
* Deprecate Message::$format (mostly)Gergő Tisza2016-11-101-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-27/+27
* ApiMessage: Use a trait to avoid code duplicationBrad Jorsch2016-02-101-0/+2
* Improve serialization of Message, TitleBrad Jorsch2015-07-071-3/+17
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-0/+103