aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* REST: Allow page endpoint "redirect" parameter to have value "false".bpirkle2024-11-071-0/+37
* [HtmlOutputRendererHelper] Remove use of ParsoidOutputAccess::parseUncacheableC. Scott Ananian2024-07-191-1/+1
* Merge "Use MainConfigNames constants in tests where possible"jenkins-bot2024-07-111-1/+1
|\
| * Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-1/+1
* | Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
|/
* Use real type hints for services etc. in includes/Rest/Bartosz DziewoƄski2024-06-111-2/+1
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-0/+10
* REST: Add tests for handling file description pagesdaniel2024-01-021-0/+49
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-1/+1
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-9/+0
* Rest: Remove some unused variables from testsDerick Alangi2023-11-151-1/+1
* REST: Inject Authority instead of full User objectDerick Alangi2023-11-131-4/+4
* Make ParsoidOutputAccess a wrapper over ParserOutputAccessSubramanya Sastry2023-10-131-1/+4
* Make use of assertStatusGood/Error and such in teststhiemowmde2023-10-041-6/+3
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-1/+1
* REST tests: don't require the Parsoid extension.daniel2023-06-181-10/+0
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-2/+2
* Fix tests that fail when $wgUsePigLatinVariant = falseTim Starling2023-03-171-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Parsoid: implicitly enable linting in API endpointsdaniel2022-12-131-0/+29
* tests: Remove unnecessary override to use pig-latinAbijeet2022-12-081-1/+0
* Follow redirects for page/{title} formats source/baremsantos2022-12-021-130/+2
* HtmlOutputRendererHelper: add more convenient settersdaniel2022-11-281-1/+3
* Rest: Allow fetching content of pages with system messagesDerick Alangi2022-11-231-1/+61
* Introduce PageRestHelperFactorydaniel2022-11-211-9/+26
* Follow redirects for page/{title} formats html/with_htmlmsantos2022-11-161-1/+47
* Rename HTMLTransform to HtmlToContentTransformdaniel2022-11-031-1/+1
* page/html endpoint: Support variant conversionAbijeet2022-11-011-1/+64
* Merge "Use markTestSkippedIfExtensionNotLoaded() shortcut in tests"jenkins-bot2022-10-141-14/+4
|\
| * Use markTestSkippedIfExtensionNotLoaded() shortcut in teststhiemowmde2022-10-041-14/+4
* | Fix passing the wikiId into ParsoidOutputAccess.daniel2022-10-071-1/+1
* | ParsoidOutputAccess: Add support for `fragment` flavorDerick Alangi2022-10-061-1/+2
* | HtmlInputTransformHelper: Fall back to ParserCachedaniel2022-09-301-0/+1
|/
* Make RateLimiter use WRStatsTim Starling2022-07-161-1/+0
* tests: Use `overrideConfig(Value|Values)` where neededDerick Alangi2022-07-121-2/+3
* PHPUnit: introduce setMainCachedaniel2022-07-071-2/+3
* Protect against passing unsupported content models to Parsoid.daniel2022-06-301-0/+1
* Storage: Warm parsoid parser cache with parsoid outputsDerick Alangi2022-06-281-49/+29
* Configure caching parsoid output per wiki based on thresholdDerick Alangi2022-06-161-4/+9
* Add rate limiting to ParsoidHTMLHelperdaniel2022-06-151-0/+21
* ParserCache: always use JSONdaniel2022-06-071-1/+0
* Rest: Collect stats on Cache & Stash usageDerick Alangi2022-05-301-1/+2
* Rest: Return different eTags for different output modesDerick Alangi2022-05-251-3/+15
* Rest: Migrate parsoid stashing logic from RESTbaseDerick Alangi2022-05-231-17/+62
* Remove or replace usages of "sanity"Reedy2021-11-211-3/+3
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-051-4/+2
* Convert ParserCache to PageRecordPetr Pchelko2021-04-021-1/+3
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-1/+0
* tests: Remove @param docs from test code that just repeat the signatureThiemo Kreuz2021-01-211-2/+0