Merge "Add @see $wgContentHandlerUseDB to RevisionStore params"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 29 Jun 2018 15:21:19 +0000 (15:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 29 Jun 2018 15:21:19 +0000 (15:21 +0000)
tests/phpunit/includes/MediaWikiServicesTest.php

index 31e6fef..08cd9ed 100644 (file)
@@ -306,8 +306,6 @@ class MediaWikiServicesTest extends MediaWikiTestCase {
 
        public function provideGetService() {
                // NOTE: This should list all service getters defined in ServiceWiring.php.
-               // NOTE: For every test case defined here there should be a corresponding
-               // test case defined in provideGetters().
                return [
                        'BootstrapConfig' => [ 'BootstrapConfig', Config::class ],
                        'ConfigFactory' => [ 'ConfigFactory', ConfigFactory::class ],