Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192094

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/94/192094/1

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: newchange
Gerrit-Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to