aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/structure/RestStructureTest.php
Commit message (Expand)AuthorAgeFilesLines
* REST: Make OpenAPI spec info strings translatablebpirkle2025-03-211-2/+6
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* REST: Make structure test for param description messagesdaniel2024-11-261-0/+11
* tests: Use namespaced classesUmherirrender2024-10-211-0/+1
* tests: Mock IContextSource in RestStructureTestUmherirrender2024-10-111-5/+16
* REST: Introduce discovery endpointdaniel2024-09-201-11/+50
* REST: validate JSON in testsdaniel2024-09-201-22/+25
* getParamSettings prohibited from using array typeWendy Quarshie2024-07-251-0/+5
* add structure test that checks if param schemas are validWendy Quarshie2024-07-231-0/+36
* Merge "param-settings: Remove backward compatibility code from default"jenkins-bot2024-07-101-20/+24
|\
| * param-settings: Remove backward compatibility code from defaultAtieno2024-07-101-20/+24
* | Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
|/
* tests: Use namespaced classes (2)Umherirrender2024-06-131-0/+1
* Migrate MediaWiki.rest_api to statslibWendy Quarshie2024-06-111-2/+3
* Introduce Modules into the REST frameworkdaniel2024-05-081-45/+68
* REST: introduce getBodyParamSettingsdaniel2024-05-071-0/+40
* rest: use new body validation in creation and update handlerWendy Quarshie2024-04-031-0/+1
* handler: Declare known sources in ValidatorAtieno2024-03-281-4/+3
* Rest: Turn Rest\EntryPoint into a MediaWikiEntryPoint subclassdaniel2024-03-121-4/+4
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Avoid DB access in more non-Database testsDaimona Eaytoy2023-08-061-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Tests: add ObjectFactory to DummyServicesTraitDannyS7122023-01-231-2/+3
* REST: collect metrics on endpoint accessDaniel Kinzler2023-01-121-1/+8
* Revert "REST: collect metrics on endpoint access"Daniel Kinzler2022-12-121-8/+1
* REST: collect metrics on endpoint accessdaniel2022-12-061-1/+8
* Make RestStructureTest run in IDEdaniel2022-11-221-33/+109
* Add @coversNothing to all structure testsDaimona Eaytoy2022-10-071-0/+2
* build: Updating dependencieslibraryupgrader2021-07-221-4/+4
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-1/+1
* Remove broken/outdated @param/@throws tags from @dataProvidersThiemo Kreuz2021-01-211-3/+0
* tests: Remove @param docs from test code that just repeat the signatureThiemo Kreuz2021-01-211-1/+0
* Handle CORS preflight request and prevent anon users from unsafe methodsDavid Barratt2020-09-211-13/+18
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Update RestStructureTest to include HTTP MethodClara Andrew-Wani2020-03-241-3/+26
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Add RestStructureTestBrad Jorsch2020-02-041-0/+158