Warn if stateful ParserOutput transforms are used
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlJsTest.php
index 21819b7..29e97eb 100644 (file)
@@ -15,10 +15,10 @@ class XmlJs extends PHPUnit_Framework_TestCase {
        }
 
        public static function provideConstruction() {
-               return array(
-                       array( null ),
-                       array( '' ),
-               );
+               return [
+                       [ null ],
+                       [ '' ],
+               ];
        }
 
 }