X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FXmlJsTest.php;h=29e97eb644bb94acf35f9c9d186e6a6860a3d11f;hp=21819b7e933414e279a04976e30707ae1ba44368;hb=c8e482371407477ecd4f0a1b5778e565d3963a93;hpb=d24b74ce2db24799dbaa2abe0277a48694ad2ebd diff --git a/tests/phpunit/includes/XmlJsTest.php b/tests/phpunit/includes/XmlJsTest.php index 21819b7e93..29e97eb644 100644 --- a/tests/phpunit/includes/XmlJsTest.php +++ b/tests/phpunit/includes/XmlJsTest.php @@ -15,10 +15,10 @@ class XmlJs extends PHPUnit_Framework_TestCase { } public static function provideConstruction() { - return array( - array( null ), - array( '' ), - ); + return [ + [ null ], + [ '' ], + ]; } }