resourceloader: Remove incomprehensible `@todo` in getTestModuleNames()
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 25 Jul 2019 22:46:11 +0000 (23:46 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 25 Jul 2019 22:46:11 +0000 (23:46 +0100)
I added this 7.5 years ago with r111378 (5bf04171dc3), but I can't
recall what this would have been for. Perhaps we wanted to expose
the list of modules (or test frameworks) via ApiQuerySiteInfo, but
I don't know why, or what purpose it would serve.

Change-Id: I4005979252533a752178e6f1ac9900f32132c27e

includes/resourceloader/ResourceLoader.php

index 671fe86..7e623b5 100644 (file)
@@ -480,7 +480,6 @@ class ResourceLoader implements LoggerAwareInterface {
         * @return array
         */
        public function getTestModuleNames( $framework = 'all' ) {
-               /** @todo api siteinfo prop testmodulenames modulenames */
                if ( $framework == 'all' ) {
                        return $this->testModuleNames;
                } elseif ( isset( $this->testModuleNames[$framework] )