aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/UpdateHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Split MediaWikiTitleCodecTim Starling2025-03-031-4/+2
* Merge "Adding token validation to the edit handler"jenkins-bot2024-10-171-14/+30
|\
| * Adding token validation to the edit handlerWendy Quarshie2024-09-261-14/+30
* | Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* | Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
|/
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-2/+2
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-1/+1
* Tests: remove a bunch of DummyServicesTrait-related commentsDannyS7122024-05-101-1/+0
* REST: Fix body validation errorsdaniel2024-04-291-4/+4
* Merge "tests: Don't depend on Message implementation details"jenkins-bot2024-04-041-1/+2
|\
| * tests: Don't depend on Message implementation detailsBartosz DziewoƄski2024-04-021-1/+2
* | rest: use new body validation in creation and update handlerWendy Quarshie2024-04-031-2/+9
|/
* build: Fix line indentsUmherirrender2024-03-111-1/+1
* tests: Add more use statements in namespaced classesReedy2024-02-181-1/+2
* Move Article::getRedirectHeaderHtml() to LinkRenderer::makeRedirectHeader()C. Scott Ananian2023-09-221-0/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* Avoid DB access in non-database testsDaimona Eaytoy2023-08-061-0/+1
* tests: Use MainConfigNames consts to refer config namesUmherirrender2023-06-191-2/+3
* Allow setting a ParserOption to generate Parsoid HTMLC. Scott Ananian2023-03-261-1/+3
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-4/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Make it possible to override the session in REST API testsDaimona Eaytoy2023-02-061-1/+1
* DummyServicesTrait: add content handler factoryDannyS7122023-01-021-23/+12
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-1/+1
* Use services in WikitextContentHandlerdaniel2022-12-061-1/+13
* Allow REST API handlers to require csrf-safe session providersBill Pirkle2022-05-201-29/+3
* Use new namespace for revision related classesUmherirrender2022-04-141-2/+2
* UpdateHandlerTest: Don't access MW services in dataProviderKosta Harlan2021-12-081-36/+36
* Add MediaWikiTitleCodec and NamespaceInfo to DummyServicesTraitDannyS7122021-05-041-29/+12
* UpdateHandler: fix response for null editsdaniel2021-03-261-1/+1
* REST edit: handle null edits correctlydaniel2021-03-191-0/+49
* Tests: Mark more more closures as staticUmherirrender2021-02-091-3/+3
* Split title mocking methods out of HandlerTestTrait.Petr Pchelko2021-01-131-0/+2
* REST /page/{title}: Fix title encoding.daniel2020-07-231-6/+6
* Merge "Make REST tests more robust against content language"jenkins-bot2020-03-301-2/+1
|\
| * Make REST tests more robust against content languagedaniel2020-03-271-2/+1
* | REST: page/ endpoints: don't use tokens with OAuthdaniel2020-03-271-17/+103
|/
* Define POST handler for /page/: create pagedaniel2020-03-251-4/+5
* page/update: return diffs on conflictdaniel2020-03-231-2/+73
* page/update endpointdaniel2020-03-231-0/+510