jenkins-bot has submitted this change and it was merged.

Change subject: Fix @backupGlobals annotation in ExtensionRegistryTest
......................................................................


Fix @backupGlobals annotation in ExtensionRegistryTest

Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6
---
M tests/phpunit/includes/registration/ExtensionRegistryTest.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/includes/registration/ExtensionRegistryTest.php 
b/tests/phpunit/includes/registration/ExtensionRegistryTest.php
index 421cab5..f73e5ea 100644
--- a/tests/phpunit/includes/registration/ExtensionRegistryTest.php
+++ b/tests/phpunit/includes/registration/ExtensionRegistryTest.php
@@ -5,7 +5,7 @@
        /**
         * @covers ExtensionRegistry::exportExtractedData
         * @dataProvider provideExportExtractedDataGlobals
-        * @@backupGlobals enabled
+        * @backupGlobals enabled
         */
        public function testExportExtractedDataGlobals( $desc, $before, 
$globals, $expected ) {
                if ( $before ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/192094
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to