Add tests for ExtensionJsonValidator
[lhc/web/wiklou.git] / tests / phpunit / includes / logging / LogTests.i18n.php
index 78787ba..23e62b5 100644 (file)
@@ -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',
-);
+];