aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiMainTest.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-4/+4
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-8/+8
* use setGroupPermissions instead of mergeMwGlobalArrayValueFomafix2024-08-071-10/+7
* Drop writeapi userrightReedy2024-07-311-14/+0
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* tests: Use IDatabase for mocking instead of DBConnRefUmherirrender2024-05-021-2/+1
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-1/+1
* Catch exceptions from ::isWriteMode in ApiMain::sendCacheHeadersDreamy Jazz2024-04-231-6/+55
* tests: Namespace api testsReedy2024-02-181-3/+20
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* tests: Remove unused variable after ConvertibleTimestamp::setFakeTimeUmherirrender2023-12-271-1/+1
* tests: Use ::class for class name resolutionUmherirrender2023-12-061-1/+1
* Bump codesniffer to 42.0.0Amir Sarabadani2023-09-271-1/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+3
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* rdbms: Drop old class aliasesJames D. Forrester2023-08-241-1/+2
* tests: Replace deprecated calls to wfExpandUrl with hard-coded urlJames D. Forrester2023-06-231-1/+5
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-1/+1
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2023-06-081-2/+2
* API tests: Assert error codes, not error messagesBartosz DziewoƄski2023-04-261-27/+14
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Move WebResponse and FauxResponse to Request/Amir Sarabadani2023-03-011-0/+1
* Reorg: Move RawMessage to under language/Amir Sarabadani2022-12-161-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-2/+3
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-7/+5
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-5/+7
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-3/+4
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-5/+6
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-4/+4
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-2/+0
* Merge "Add tests for ApiMain::sendCacheHeaders"jenkins-bot2022-01-101-0/+47
|\
| * Add tests for ApiMain::sendCacheHeadersDaimona Eaytoy2021-10-261-0/+47
* | Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* | Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
|/
* Merge "Emit deprecation warnings reading from $wgUser"jenkins-bot2021-09-161-2/+9
|\
| * Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-2/+9
* | Merge "rdbms: Add more return typehints"jenkins-bot2021-09-141-5/+4
|\ \ | |/ |/|
| * rdbms: Add more return typehintsDaimona Eaytoy2021-09-071-5/+4
* | Cleanup mixed space/tab line indentUmherirrender2021-09-041-3/+3
|/
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* api: Update mailman linksReedy2021-07-131-2/+4
* Allow passing mock Authority in API integration testsPetr Pchelko2021-06-071-21/+13
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-4/+2
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-6/+6
* Tests: Mark more more closures as staticUmherirrender2021-02-091-7/+7
* Add missing @param and @return to documentation in testsUmherirrender2021-01-221-0/+1
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-3/+0