Fix @backupGlobals annotation in ExtensionRegistryTest
authorKunal Mehta <legoktm@gmail.com>
Sat, 21 Feb 2015 20:20:26 +0000 (12:20 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 21 Feb 2015 22:02:58 +0000 (22:02 +0000)
Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6

tests/phpunit/includes/registration/ExtensionRegistryTest.php

index 421cab5..f73e5ea 100644 (file)
@@ -5,7 +5,7 @@ class ExtensionRegistryTest extends MediaWikiTestCase {
        /**
         * @covers ExtensionRegistry::exportExtractedData
         * @dataProvider provideExportExtractedDataGlobals
-        * @@backupGlobals enabled
+        * @backupGlobals enabled
         */
        public function testExportExtractedDataGlobals( $desc, $before, $globals, $expected ) {
                if ( $before ) {