resourceloader: Remove unused 'getBaseModulesInternal' internal method
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Aug 2019 19:33:08 +0000 (20:33 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Aug 2019 19:33:08 +0000 (20:33 +0100)
I added this as wrapper for the private 'getBaseModules' method
in commit dec800968eb6 for "use by SpecialJavaScriptTest", but
I never did. And it doesn't need it so.. let's remove that.

Change-Id: Ia301bd1c1f3a15098b9e6cd2934dd8e80879dd50

includes/resourceloader/ResourceLoaderStartUpModule.php

index dbf6b21..a982de2 100644 (file)
@@ -340,16 +340,6 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule {
                return $out;
        }
 
-       /**
-        * @private For internal use by SpecialJavaScriptTest
-        * @since 1.32
-        * @return array
-        * @codeCoverageIgnore
-        */
-       public function getBaseModulesInternal() {
-               return $this->getBaseModules();
-       }
-
        /**
         * Base modules implicitly available to all modules.
         *