mediawiki-extensions-Visual.../tests/phpunit
daniel 35cb550747 Local implementation of ParsoidClient (DirectParsoidClient)
* DirectParsoidClient makes use of parsoid directly for performing
transformations on both wikitext and/or HTML contents.

* Also, it's used to fetch HTML from parsoid's parser cache. Before,
this operation was done via RESTBase but now it's being fetched in
core's parsoid parser cache.

* This patch also enables VE clients to transform HTML to
Wikitext when switching from HTML to source mode on. It
makes use of the HtmlInputTransformHelper to perform this
transformation.

* Now, VE client can make use of core code for switching
between HTML to source mode and back without RESTBase.

Change-Id: I5c7cfcc4086d8da7905897194d8601aa07418b59
2022-10-11 18:34:06 +01:00
..
integration Local implementation of ParsoidClient (DirectParsoidClient) 2022-10-11 18:34:06 +01:00
unit Allow hook implementations to modify params 2022-03-29 11:31:30 +00:00
ApiVisualEditorTest.php ApiVisualEditorTest: Set Database annotation and $tablesUsed 2022-07-12 13:07:31 +00:00
SpecialCollabPadTest.php Namespace rest of the extension 2022-03-14 22:27:15 +00:00