Merge "RCFilters: Add marker between old and new changes in enhanced mode"
[lhc/web/wiklou.git] / tests / phpunit / includes / media / SVGTest.php
index 8f7a0d6..4a986b4 100644 (file)
@@ -29,13 +29,13 @@ class SvgTest extends MediaWikiMediaTestCase {
        }
 
        public static function providerGetIndependentMetaArray() {
-               return array(
-                       array( 'Tux.svg', array(
+               return [
+                       [ 'Tux.svg', [
                                'ObjectName' => 'Tux',
                                'ImageDescription' =>
                                        'For more information see: http://commons.wikimedia.org/wiki/Image:Tux.svg',
-                       ) ),
-                       array( 'Wikimedia-logo.svg', array() )
-               );
+                       ] ],
+                       [ 'Wikimedia-logo.svg', [] ]
+               ];
        }
 }