X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flogging%2FLogTests.i18n.php;h=23e62b5386901511037b2b9b15fe4c99af9194b2;hb=eb2fb156b2baee8c714889026c90a6284f15ed4b;hp=78787ba127893ae79041c18f712e0c96053c6f4f;hpb=164f334e53bb3ea854bf1f2a3c1202102ccac5df;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/logging/LogTests.i18n.php b/tests/phpunit/includes/logging/LogTests.i18n.php index 78787ba127..23e62b5386 100644 --- a/tests/phpunit/includes/logging/LogTests.i18n.php +++ b/tests/phpunit/includes/logging/LogTests.i18n.php @@ -5,11 +5,11 @@ * @file */ -$messages = array(); +$messages = []; -$messages['en'] = array( +$messages['en'] = [ 'log-name-phpunit' => 'PHPUnit-log', 'log-description-phpunit' => 'Log for PHPUnit-tests', 'logentry-phpunit-test' => '$1 {{GENDER:$2|tests}} with page $3', 'logentry-phpunit-param' => '$4', -); +];