From ad64077cbc2789def2a2e49526f80edfe730f3c8 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Sat, 21 Feb 2015 12:20:26 -0800 Subject: [PATCH] Fix @backupGlobals annotation in ExtensionRegistryTest Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6 --- tests/phpunit/includes/registration/ExtensionRegistryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/registration/ExtensionRegistryTest.php b/tests/phpunit/includes/registration/ExtensionRegistryTest.php index 421cab5b28..f73e5eace6 100644 --- a/tests/phpunit/includes/registration/ExtensionRegistryTest.php +++ b/tests/phpunit/includes/registration/ExtensionRegistryTest.php @@ -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 ) { -- 2.20.1