wiki.techinc.nl/tests/phpunit/includes/content
2020-03-31 15:18:25 +00:00
..
ContentHandlerTest.php Add tests for ContentHandler::getPageViewLanguage 2020-03-25 11:37:37 +02:00
ContentModelChangeTest.php Add a ContentModelChange helper, and an api module that uses it 2020-02-27 19:02:29 +00:00
CssContentHandlerTest.php
CssContentTest.php Tests: Remove unneeded uses of global $wgUser 2020-03-12 00:52:43 +00: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 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
TextContentTest.php Tests: Remove unneeded uses of global $wgUser 2020-03-12 00:52:43 +00: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: Replace ::doDeleteArticle with WikiPage::doDeleteArticleReal 2020-03-25 11:34:17 -07:00
WikitextStructureTest.php