test: coverage recording now needs to be explicit
[mediawiki.git] / tests / phpunit / includes / logging / LogTests.i18n.php
blob78787ba127893ae79041c18f712e0c96053c6f4f
1 <?php
2 /**
3 * Internationalisation file for log tests.
5 * @file
6 */
8 $messages = array();
10 $messages['en'] = array(
11 'log-name-phpunit' => 'PHPUnit-log',
12 'log-description-phpunit' => 'Log for PHPUnit-tests',
13 'logentry-phpunit-test' => '$1 {{GENDER:$2|tests}} with page $3',
14 'logentry-phpunit-param' => '$4',