Convert all array() syntax to []
[lhc/web/wiklou.git] / tests / phpunit / includes / ExportTest.php
index 2026030..4a9918c 100644 (file)
@@ -11,11 +11,11 @@ class ExportTest extends MediaWikiLangTestCase {
 
        protected function setUp() {
                parent::setUp();
-               $this->setMwGlobals( array(
+               $this->setMwGlobals( [
                        'wgContLang' => Language::factory( 'en' ),
                        'wgLanguageCode' => 'en',
                        'wgCapitalLinks' => true,
-               ) );
+               ] );
        }
 
        /**