resourceloader: Remove incomprehensible `@todo` in getTestModuleNames()
[lhc/web/wiklou.git] / 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] )