wiki.techinc.nl/tests/phpunit/integration/includes
daniel 2ba27ab06e Protect against passing unsupported content models to Parsoid.
Parsoid currently only supports wikitext (and JSON), so don't give it anything else.

NOTE: ParsoidOutputAccess will fail on content that is unsupported by parsoid.
This will however not affect the /transform and /page endpoints in the
parsoid extension, since they use the ParsoidHandler base class, which doesn't
rely on ParsoidOutputAccess.

Bug: T301371
Change-Id: I6bc9b978947b31455a4bce6385b7bdf64ed4043c
2022-06-30 14:54:42 +00:00
..
block Fix visibility of setUp methods in tests 2022-05-17 14:11:22 +02:00
cache tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
CommentFormatter Use injection for LinksMigration on LinkBatch, action, api, special page 2022-05-10 20:19:58 +00:00
db rdbms: Add multi-statement query support to Database 2022-06-09 11:45:38 +10:00
diff
editpage/Constraint Improve error messages in EditFilterMergedContentHookConstraint 2022-03-22 14:53:02 +01:00
export Fix PHP 8.0 failure of WikiExporterFactoryTest 2022-01-21 15:20:57 +11:00
filerepo
htmlform Use more specific assertions in HTMLTitleTextField test 2022-04-23 22:10:26 +02:00
language Make SpecialPageAliasTest more strict 2022-05-13 18:06:00 +02:00
libs tests: Use namespaced IDatabase class 2022-05-28 00:09:55 +02:00
logging
page tests: Use WikiPageFactory to create WikiPage object 2022-06-26 23:21:02 +02:00
parser Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentHandler 2021-09-29 13:10:51 +03:00
Permissions Merge "Extract RateLimiter from User" 2022-06-28 06:19:17 +00:00
poolcounter
Rest/Handler Protect against passing unsupported content models to Parsoid. 2022-06-30 14:54:42 +00:00
revisionlist tests: Use service container in integration tests cases 2021-09-05 22:14:36 +01:00
search phpunit: Add tests for SearchSuggestionSet::fromTitles() 2022-05-06 01:39:28 +01:00
Storage tests: Use WikiPageFactory to create WikiPage object 2022-06-26 23:21:02 +02:00
user Docs: remove references to DefaultSettings.php 2022-05-30 21:27:09 +02:00
utils
watchlist Fix core newtalk 304 suppression and update deferral 2022-03-18 16:52:12 +11:00
SanitizerValidateEmailTest.php
StubGlobalUserTest.php Remove or replace usages of "sanity" 2021-11-21 16:42:31 +00:00
StubObjectTest.php StubObject: add magic __get() and __set() 2021-09-04 05:37:25 +00:00
TemplateParserIntegrationTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00