wiki.techinc.nl/tests/phpunit/includes/resourceloader
jdlrobson 8cd2e13363 Deprecate access of logos directly from config, introduce wgLogos
Add getAvailableLogos static method and wgLogos config variable

Longterm we'll phase out wgLogo and wgLogoHD for this more extendable
config.

wgLogoHD is marked as deprecated. wgLogo continues to function as before
when wgLogos doesn't exist to cause minimum disruption.

From now on all logos should be accessed via getAvailableLogos. Patches
in Minerva and Vector follow. See I00899c16c0325f36b671baf17e88c2b5187b3526,
I569e0d800e147eabc7852567acd140108613f074 and
I013bd0904fe8c55efa49d14e84cf06ec1412896f.

Bug: T232140
Change-Id: I66a971631c623cc94b58eb0e5e5bad804789bf1c
2020-02-04 01:56:20 +00:00
..
templates
DerivativeResourceLoaderContextTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
MessageBlobStoreTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00
ResourceLoaderClientHtmlTest.php Fixes for PHPUnit 8 compatibility 2019-12-10 17:02:06 +00:00
ResourceLoaderContextTest.php tests: Replace PHPUnit's loose assertEquals(null) with assertNull() 2019-09-27 19:15:38 +00:00
ResourceLoaderFileModuleTest.php resourceloader: Allow packageFiles callbacks to return a file 2019-12-17 14:23:43 +01:00
ResourceLoaderImageModuleTest.php resourceloader: Convert ImageModule test to stricter unit test 2019-09-24 23:17:31 +00:00
ResourceLoaderLessVarFileModuleTest.php Add missing empty lines between methods 2019-01-15 19:14:35 +00:00
ResourceLoaderModuleTest.php Backwards-compatible PHPUnit 8 preparations 2019-11-02 12:40:07 -07:00
ResourceLoaderOOUIImageModuleTest.php Use ExtensionRegistry::setAttributeForTest() instead of Reflection 2019-06-02 21:08:07 -04:00
ResourceLoaderSkinModuleTest.php Deprecate access of logos directly from config, introduce wgLogos 2020-02-04 01:56:20 +00:00
ResourceLoaderStartUpModuleTest.php resourceloader: Add $context to static functions in ResourceLoader 2019-09-27 18:35:55 +02:00
ResourceLoaderTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
ResourceLoaderWikiModuleTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07:00