From: Kunal Mehta Date: Sat, 21 Feb 2015 20:20:26 +0000 (-0800) Subject: Fix @backupGlobals annotation in ExtensionRegistryTest X-Git-Tag: 1.31.0-rc.0~12320^2 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=ad64077cbc2789def2a2e49526f80edfe730f3c8;p=lhc%2Fweb%2Fwiklou.git Fix @backupGlobals annotation in ExtensionRegistryTest Change-Id: I9a38354030eb2638d7988c0f903fb2181ec17cc6 --- 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 ) {