resourceloader: Remove unused static SkinModule::getLogo method
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 20 Aug 2018 23:58:41 +0000 (00:58 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 28 Aug 2018 22:50:50 +0000 (23:50 +0100)
commit3ff2615992ffb02a35931e4f19c09a602da689e0
treeb48006f31b3057841654c1ae857e82c953483283
parent5d0b5a402e384897288ad569da8d534fa2e432cb
resourceloader: Remove unused static SkinModule::getLogo method

This existed for internal use by OutputPage, which is no longer
the case as of I11b390f2e4f5e7db.

Also move the unit tests from OutputPageTest,
to ResourceLoaderSkinModuleTest.

Change-Id: I8b23f976f5f89b1005b387a827f75031f5c96141
includes/resourceloader/ResourceLoaderSkinModule.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderSkinModuleTest.php