wiki.techinc.nl/tests/phpunit/includes/content
daniel a67cad6d0f Create fallback for undefined content models.
This causes RevisionStore to use FallbackContent instances to represent
content for which no content handler is defined.

This may happen when loading revisions using a model that was defined
by an extension that has since been uninstalled.

Bug: T220594
Bug: T220793
Bug: T228921
Change-Id: I5cc9e61223ab22406091479617b077512aa6ae2d
2020-07-22 19:59:09 +02:00
..
ContentHandlerTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ContentModelChangeTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
CssContentHandlerTest.php
CssContentTest.php Tests: Remove unneeded uses of global $wgUser 2020-03-12 00:52:43 +00:00
FallbackContentHandlerTest.php Create fallback for undefined content models. 2020-07-22 19:59:09 +02:00
FallbackContentTest.php Create fallback for undefined content models. 2020-07-22 19:59:09 +02:00
FileContentHandlerTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
JavaScriptContentHandlerTest.php
JavaScriptContentTest.php Let Html::element do the HTML encoding 2019-11-19 06:59:55 +01:00
JsonContentTest.php JsonContent: align object key cells at the top 2020-01-13 12:50:07 +01:00
MessageContentTest.php
ObjectFactoryMakeContentHandlerWithSpecsToTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
RegistrationContentHandlerFactoryToMediaWikiServicesTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
TextContentHandlerTest.php
TextContentTest.php Merge "Remove minor pieces of unused code from TextContentTest" 2020-06-08 16:24:13 +00:00
WikitextContentHandlerTest.php Introduce ContentHandlerFactory 2020-02-07 00:53:51 +03:00
WikitextContentTest.php Tests: Replace ::doDeleteArticle with WikiPage::doDeleteArticleReal 2020-03-25 11:34:17 -07:00
WikitextStructureTest.php