aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/format/ApiFormatBaseTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-4/+4
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+1
* tests: Namespace api testsReedy2024-02-181-1/+7
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* API: mark HTML output as non-cacheabledaniel2024-01-121-0/+41
* Avoid DB access in non-database testsDaimona Eaytoy2023-08-061-0/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Remove Flash cross-domain policy manglingTim Starling2022-07-221-6/+0
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-191-29/+16
* api: Replace numerous deprecated constantsReedy2022-06-061-2/+3
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-4/+0
* Remove or replace usages of "sanity"Reedy2021-11-211-5/+4
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Tests: Mark more more closures as staticUmherirrender2021-02-091-6/+6
* Fix most PHPUnit 8 compat issues in DBless testsDaimona Eaytoy2019-12-151-1/+1
* Use nullable type in function signatureUmherirrender2019-11-201-1/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* tests: Add type hints to ApiFormatBaseTestThiemo Kreuz2019-09-261-1/+6
* Mark passing non ObjectFactory spec to ApiModuleManager as deprecatedmainframe982019-09-091-6/+12
* Avoid a redirect loop when the request URL is not normalizedTim Starling2018-07-161-1/+8
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* ApiFormatBase: Encode filenames in Content-DispositionBrad Jorsch2018-02-071-2/+45
* Add tests for ApiFormatBaseBrad Jorsch2018-01-031-0/+345