X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=maintenance%2FcheckLess.php;h=eeec9d1c89467868fb25f69f921473a64eab8e8b;hb=82d6f1d89fb4521ea2355832aff4b4e0f9ba27fa;hp=889c903c18a086d62548a09b553221701592948d;hpb=a4b114b3eb773252851d7a8a931c75461ee7a3fd;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkLess.php b/maintenance/checkLess.php index 889c903c18..eeec9d1c89 100644 --- a/maintenance/checkLess.php +++ b/maintenance/checkLess.php @@ -54,10 +54,10 @@ class CheckLess extends Maintenance { } $textUICommand = new PHPUnit_TextUI_Command(); - $argv = array( + $argv = [ "$IP/tests/phpunit/phpunit.php", "$IP/tests/phpunit/suites/LessTestSuite.php" - ); + ]; $textUICommand->run( $argv ); } }