tests: Complete test coverage of HtmlArmor
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlJsTest.php
index 21819b7..c2bc73e 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * @group Xml
  */
-class XmlJs extends PHPUnit_Framework_TestCase {
+class XmlJsTest extends PHPUnit_Framework_TestCase {
 
        /**
         * @covers XmlJsCode::__construct
@@ -15,10 +15,10 @@ class XmlJs extends PHPUnit_Framework_TestCase {
        }
 
        public static function provideConstruction() {
-               return array(
-                       array( null ),
-                       array( '' ),
-               );
+               return [
+                       [ null ],
+                       [ '' ],
+               ];
        }
 
 }