From: addshore Date: Fri, 29 Jun 2018 09:22:58 +0000 (+0100) Subject: MediaWikiServicesTest, remove out of date note X-Git-Tag: 1.34.0-rc.0~4917 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c37c3a66b721d9c94d4fb942c6784c8b6de6f3af;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 ],