wiki.techinc.nl/tests/phpunit/includes/content
Petr Pchelko b782a7e66d Move Content::preSaveTransform to ContentHandler
Create ContentTransformer to access ContentHandler::preSaveTransform through the service.
Prepare object to hold a data that required for ContentHandler::preSaveTranform params.

This will require making a semi-backwards-incompatible
change no matter what, we don't really have a great way
of hard-deprecating overriding methods.

However, with the ContentHandler calling Content and
Content calling ContentHandler, and with the ProxyContent
trick to stop infinite recursion, it doesn't matter whether
callers use Content or ContentHandler. This will allow us
to naturally convert all callers. But won't really allow
hard-deprecation.

Bug: T287156
Change-Id: If6a2025868ceca3a3b6f11baec39695e47292e40
2021-07-29 18:06:02 +03:00
..
Transform Move Content::preSaveTransform to ContentHandler 2021-07-29 18:06:02 +03:00
ContentHandlerTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
ContentModelChangeTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
CssContentHandlerTest.php
CssContentTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
FallbackContentHandlerTest.php Split FallbackContentHandlerTest into separate unit tests 2021-03-30 14:23:00 +00:00
FallbackContentTest.php Move Content::preSaveTransform to ContentHandler 2021-07-29 18:06:02 +03:00
JavaScriptContentHandlerTest.php
JavaScriptContentTest.php
JsonContentTest.php Split JsonContentTest into separate unit tests 2021-03-16 00:29:32 +00:00
MessageContentTest.php
RegistrationContentHandlerFactoryToMediaWikiServicesTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
TextContentTest.php Remove Content::getDeletionUpdates() and all usage of it. 2021-07-22 12:40:18 +03:00
WikitextContentHandlerTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
WikitextContentTest.php Remove Content::getSecondaryDataUpdates() and all usage of it. 2021-07-22 06:44:09 -07:00
WikitextStructureTest.php WikitextStructureTest: combine single use methods 2021-02-27 00:48:21 +00:00