X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FXmlJsTest.php;h=29e97eb644bb94acf35f9c9d186e6a6860a3d11f;hb=f0bef2cf6994c49031d89425b3b3c56fd0e89a65;hp=21819b7e933414e279a04976e30707ae1ba44368;hpb=e19a52f2f5376b08c303d31bdcfec56da560f2b0;p=lhc%2Fweb%2Fwiklou.git 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 ], + [ '' ], + ]; } }