aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Rest/Handler/HandlerTestTrait.php
Commit message (Expand)AuthorAgeFilesLines
* REST: Make OpenAPI spec info strings translatablebpirkle2025-03-211-0/+6
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-7/+7
* REST: add restbase compat error handling modebpirkle2024-09-161-1/+7
* REST: Make module definition files more like OpenAPI specsdaniel2024-06-241-1/+1
* REST: HandlerTestTrait should mock validateBodyParams instead of validateBody.daniel2024-05-281-2/+11
* Remove all @package commentsthiemowmde2024-05-101-1/+0
* Introduce Modules into the REST frameworkdaniel2024-05-081-31/+78
* Tests: enable non-integration tests to use TitleFactory service.daniel2024-04-251-3/+1
* REST: HandlerTestTrait should set parsed body datadaniel2024-03-121-0/+7
* Merge "DummyServicesTrait: add an ITextFormatter"jenkins-bot2024-01-121-11/+3
|\
| * DummyServicesTrait: add an ITextFormatterDannyS7122024-01-091-11/+3
* | Add phpunit test for RootSpecHandlerdaniel2023-12-061-18/+26
|/
* REST: support relative redirectsdaniel2023-10-191-6/+13
* HandlerTestTrait: Always mock validateParams and validateBodyKosta Harlan2023-09-051-6/+2
* Use native assertGreater/LessThan in HandlerTestTraitthiemowmde2023-07-031-4/+2
* Make it possible to override the session in REST API testsDaimona Eaytoy2023-02-061-12/+12
* Follow redirects for page/{title} formats source/baremsantos2022-12-021-0/+1
* Fix incomplete ITextFormatter mocksthiemowmde2022-11-211-4/+9
* Introduce SearchResultThumbnailProvider & move hook + NS_FILE thumbs inMatthias Mullie2022-10-031-5/+6
* Make HandlerTestTrait compatible with php8.1Brian Wolff2022-07-231-1/+1
* Allow REST API handlers to require csrf-safe session providersBill Pirkle2022-05-201-6/+15
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* phpunit: Don't redefine methods in traitsDaimona Eaytoy2021-03-231-9/+0
* Tests: Mark more more closures as staticUmherirrender2021-02-091-2/+2
* Introduce MockAuthorityTrait for Authority test helpersPetr Pchelko2021-01-211-40/+7
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-15/+25
* Rest: inject Authority into HandlerPetr Pchelko2021-01-211-34/+24
* Inject $user for validation instead of creating it inside TraitPeter Ovchyn2021-01-201-8/+33
* Split title mocking methods out of HandlerTestTrait.Petr Pchelko2021-01-131-78/+5
* Use UserDef in UserContribs endpointsNikki Nikkhoui2020-08-051-23/+50
* HandlerTestTrait::getRouteUrl behaving differently than Router::getRouteUrlNikki Nikkhoui2020-06-161-1/+4
* REST /me/contributions: allow paging forwardNikki Nikkhoui2020-06-121-0/+3
* REST me/contributions: Returns 401 UnauthorizedNikki Nikkhoui2020-06-091-1/+4
* Hooks::run() call site migrationTim Starling2020-05-301-8/+20
* REST Handler: add unit tests for base classdaniel2020-05-261-13/+34
* Merge "REST endpoints: Add etag and last-modified headers"jenkins-bot2020-03-261-7/+89
|\
| * REST endpoints: Add etag and last-modified headersdaniel2020-03-261-7/+89
* | Define POST handler for /page/: create pagedaniel2020-03-251-2/+5
|/
* page/update endpointdaniel2020-03-231-0/+25
* SearchHandler: add unit testdaniel2020-03-021-0/+134