wiki.techinc.nl/tests/phpunit/includes/content
ArtBaltai 272e941b7f Use ObjectFactory to construct ContentHandlers
Changed
 - ContentHandlerFactory with legacy support
 - ContentHandlerFactoryTests
Added
 - MediaWikiIntegrationNoDbTestCase for test without preparing DB
New
 - tests

Bug: T243560
Change-Id: I693dda56af55bd03e48d62a2f1ade42f65a8fac9
2020-02-10 21:36:36 +03:00
..
ContentHandlerTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
CssContentHandlerTest.php
CssContentTest.php Let Html::element do the HTML encoding 2019-11-19 06:59:55 +01:00
FileContentHandlerTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07: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 Use ObjectFactory to construct ContentHandlers 2020-02-10 21:36:36 +03:00
RegistrationContentHandlerFactoryToMediaWikiServicesTest.php Use ObjectFactory to construct ContentHandlers 2020-02-10 21:36:36 +03:00
TextContentHandlerTest.php Fix order of @var parameter in PHP 2019-04-08 18:37:56 +02:00
TextContentTest.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
UnknownContentHandlerTest.php Clean up most of b/c for phpunit4 2019-10-06 00:14:35 +02:00
UnknownContentTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
WikitextContentHandlerTest.php Introduce ContentHandlerFactory 2020-02-07 00:53:51 +03:00
WikitextContentTest.php tests: Don't expect the Parser to be passed by ref 2019-11-18 17:43:35 +01:00
WikitextStructureTest.php