wiki.techinc.nl/tests/phpunit/includes/resourceloader
Func fbe6443942 Apply logo variant override in ResourceLoaderSkinModule
Logo variant override is available for 'wordmark' and 'tagline' in
the new Vector skin and has been used for a while, but the 'logo'
feature built in the core didn't take variants into account.
The logic should be pushed down to ResourceLoaderSkinModule so that
behavior can be consistent between skins and core.

Also, old code use $title->getPageViewLanguage() to determine the
variant of logo, which is a wrong behavior. Logos should be in the
interface language instead of the content variant.

Bug: T273578
Change-Id: Ifb3cc45600d57cf9c72757016148684cd7ab1400
2022-03-28 13:22:07 +08:00
..
templates
DerivativeResourceLoaderContextTest.php
MessageBlobStoreTest.php
ResourceLoaderClientHtmlTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
ResourceLoaderContextTest.php
ResourceLoaderFileModuleTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
ResourceLoaderImageModuleTest.php
ResourceLoaderLessVarFileModuleTest.php
ResourceLoaderModuleTest.php
ResourceLoaderOOUIImageModuleTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
ResourceLoaderSkinModuleTest.php Apply logo variant override in ResourceLoaderSkinModule 2022-03-28 13:22:07 +08:00
ResourceLoaderStartUpModuleTest.php resourceloader: Add Module::getSkins to skip irrelevant modules from startup 2022-03-24 23:38:51 +00:00
ResourceLoaderTest.php resourceloader: Set class-wide @covers and ignore coverage of HookRunner 2022-03-20 15:17:21 +00:00
ResourceLoaderUserOptionsModuleTest.php Add tests for ResourceLoaderExcludeUserOptions hook 2022-02-09 21:29:14 -08:00
ResourceLoaderWikiModuleTest.php