From c37c3a66b721d9c94d4fb942c6784c8b6de6f3af Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 29 Jun 2018 10:22:58 +0100 Subject: [PATCH] MediaWikiServicesTest, remove out of date note 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/includes/MediaWikiServicesTest.php b/tests/phpunit/includes/MediaWikiServicesTest.php index 31e6fefccf..08cd9edad2 100644 --- a/tests/phpunit/includes/MediaWikiServicesTest.php +++ b/tests/phpunit/includes/MediaWikiServicesTest.php @@ -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 ], -- 2.20.1