wiki.techinc.nl/tests/phpunit/integration/includes/Rest/Handler
Arlo Breault dc02ef2500 Permit Parsoid minor version bumps
Loosening the version checks in the integration tests is akin to what
was done for api-testing in I6d7db6a05c48de8a57f83e4c8af38ab50271297a
and I317ce587e62f9e94bbafbdabac64156237c4f1e3.

The tightly coupled tests were added in Ieb4b41375d521893f95e2fcb5f4984e7b5a2364c

The change to the condition when original html needs downgrading was
exposed by the test added in Ic3cc3a598f32cad6122964cb8a7376a56be9129f
though not exercised because edited and re-parsed html had the same
versions.  Without it, in-flight edits on wikis that might request a
re-parse (think private wikis) when a new semantically equivalent
version is deployed could fails due to trying to find a downgrade path
and none being there.

Needed-By: Iabab0c093dcb21e28c643be6e85cf1a7b54cd999
Change-Id: I33e70df750c6d4b082281fdc8bacdea72662832a
2022-12-05 19:51:38 -05:00
..
data/Transform ParsoidHandler: test that selser will re-parse 2022-11-08 12:22:57 +01:00
CreationHandlerTest.php Allow REST API handlers to require csrf-safe session providers 2022-05-20 16:52:54 +00:00
HTMLHandlerTestTrait.php Stash original wikitext when rendering unsaved content. 2022-11-04 17:17:32 +01:00
HtmlInputTransformHelperTest.php Stash original wikitext when rendering unsaved content. 2022-11-04 17:17:32 +01:00
HtmlOutputRendererHelperTest.php [Fix] ParsoidHandler: use HtmlOutputRendererHelper in wt2html 2022-12-05 18:49:30 +00:00
LanguageLinksHandlerTest.php tests: Use overrideConfig(Value|Values) where needed 2022-07-12 14:40:46 +01:00
MediaFileHandlerTest.php Introduce SearchResultThumbnailProvider & move hook + NS_FILE thumbs in 2022-10-03 10:52:50 +00:00
MediaLinksHandlerTest.php Introduce SearchResultThumbnailProvider & move hook + NS_FILE thumbs in 2022-10-03 10:52:50 +00:00
PageContentHelperTest.php Rest: Allow fetching content of pages with system messages 2022-11-23 17:00:00 +01:00
PageHTMLHandlerTest.php Follow redirects for page/{title} formats source/bare 2022-12-02 13:22:14 -03:00
PageRedirectHandlerTest.php Follow redirects for page/{title} formats source/bare 2022-12-02 13:22:14 -03:00
PageSourceHandlerTest.php Follow redirects for page/{title} formats source/bare 2022-12-02 13:22:14 -03:00
ParsoidHandlerTest.php Permit Parsoid minor version bumps 2022-12-05 19:51:38 -05:00
ParsoidOutputAccessTest.php HtmlOutputRendererHelper: allow parser cache to be disabled. 2022-11-28 09:43:12 +00:00
RevisionContentHelperTest.php Use new namespace for revision related classes 2022-04-14 23:03:43 +02:00
RevisionHTMLHandlerTest.php HtmlOutputRendererHelper: add more convenient setters 2022-11-28 12:07:17 +01:00
RevisionSourceHandlerTest.php Introduce PageRestHelperFactory 2022-11-21 07:23:26 +00:00
TransformHandlerTest.php TransformHandler: add test for variant conversion 2022-09-26 12:57:08 +02:00
UpdateHandlerTest.php Allow REST API handlers to require csrf-safe session providers 2022-05-20 16:52:54 +00:00