wiki.techinc.nl/tests/phpunit/includes/resourceloader
Timo Tijhof 2db395abfc resourceloader: Move style deprecation warnings to <body>
Follows-up If35a106c7. These log messages are not criticial and
should not be in the <head> competing with stylesheets and article
content. Move them to the end of <body> instead, nearby other
low-priority script tags.

The getBodyHtml() method from ClientHtml was empty, but has been
non-empty in the past. It's fine to repopulate.

Also, while ClientHtml::getBodyHtml was empty, there are additional
RLQ scripts created by OutputPage that do exist even without this.
Namely, there is a <script> for wgPageParseReport, and one for
wgBackendResponseTime etc.

Change-Id: Ibda7091bdcd5ed207395b20196cdc33df926a24c
2018-05-22 22:14:22 +00:00
..
templates
DerivativeResourceLoaderContextTest.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
MessageBlobStoreTest.php resourceloader: Disable a flaky MessageBlobStoreTest case 2018-04-17 22:19:36 +01:00
ResourceLoaderClientHtmlTest.php resourceloader: Move style deprecation warnings to <body> 2018-05-22 22:14:22 +00:00
ResourceLoaderContextTest.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00
ResourceLoaderFileModuleTest.php resourceloader: Include lessVars in FileModule definition summary 2017-07-27 03:02:09 +00:00
ResourceLoaderImageModuleTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ResourceLoaderImageTest.php Use fallback languages in ResourceLoaderImage 2018-04-01 20:41:01 +01:00
ResourceLoaderLessVarFileModuleTest.php Fix improper parameters to ReflectionMethod::invoke 2018-05-17 22:30:58 -07:00
ResourceLoaderModuleTest.php resourceloader: Add @covers for covered deprecated methods 2018-04-17 01:40:48 +01:00
ResourceLoaderOOUIImageModuleTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ResourceLoaderSkinModuleTest.php resourceloader: Improve coverage of SkinModule 2018-05-04 17:31:04 +01:00
ResourceLoaderStartUpModuleTest.php resourceloader: Apply safemode to startup module registry 2018-05-19 22:14:33 +02:00
ResourceLoaderTest.php resourceloader: Add test case for ResourceLoader::getLessCompiler 2018-05-19 23:06:54 +00:00
ResourceLoaderWikiModuleTest.php Generalize ResourceLoader 'excludepage' functionality 2018-04-25 00:37:08 +00:00