wiki.techinc.nl/tests/phpunit/integration/includes/Rest/Handler
Petr Pchelko f642215aed Convert ParserCache to PageRecord
ParserOptions not updated cause they depend on Title::getLanguage
implementation.

Tests converted to not require a DB anymore. Can't be proper unit
tests yet due to globals in ParserOptions and fake time hacks,
but exec time does go down from 70 seconds to 9 seconds.

Page content model is still emitted in the metrics since
it was considered useful. Should be removed when we get
something like a page type concept.

Change-Id: Ib16fd0b5b87ffc3cb4d21f4aa43d1203cb7206d2
2021-04-02 21:14:54 -06:00
..
CreationHandlerTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
LanguageLinksHandlerTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
MediaFileHandlerTest.php Rest: use Authority in all core handlers 2021-01-21 18:22:33 -06:00
MediaLinksHandlerTest.php Rest: use Authority in all core handlers 2021-01-21 18:22:33 -06:00
PageContentHelperTest.php Introduce MockAuthorityTrait for Authority test helpers 2021-01-21 20:19:12 -06:00
PageHTMLHandlerTest.php Convert ParserCache to PageRecord 2021-04-02 21:14:54 -06:00
PageSourceHandlerTest.php Rest: use Authority in all core handlers 2021-01-21 18:22:33 -06:00
ParsoidHTMLHelperTest.php Convert ParserCache to PageRecord 2021-04-02 21:14:54 -06:00
RevisionContentHelperTest.php Introduce MockAuthorityTrait for Authority test helpers 2021-01-21 20:19:12 -06:00
RevisionHTMLHandlerTest.php Convert ParserCache to PageRecord 2021-04-02 21:14:54 -06:00
RevisionSourceHandlerTest.php Rest: use Authority in all core handlers 2021-01-21 18:22:33 -06:00
UpdateHandlerTest.php UpdateHandler: fix response for null edits 2021-03-26 16:53:43 +00:00