Mock Http in MediaWikiPageNameNormalizerTest and add more test cases
[lhc/web/wiklou.git] / maintenance / checkLess.php
index 889c903..eeec9d1 100644 (file)
@@ -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 );
        }
 }