MediaWikiServicesTest, remove out of date note
authoraddshore <addshorewiki@gmail.com>
Fri, 29 Jun 2018 09:22:58 +0000 (10:22 +0100)
committerAddshore <addshorewiki@gmail.com>
Fri, 29 Jun 2018 12:55:28 +0000 (12:55 +0000)
provideGetters is now automatically populated using the
provideGetService method so we don't need to actually add
the service there

Change-Id: I07e8f54e5c4aa7ff22d02312bf51ac8d1cc4b5c2

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 ],