Add tablesUsed to RevisionStoreDbTest
[lhc/web/wiklou.git] / tests / phpunit / includes / logging / LogTests.i18n.php
1 <?php
2 /**
3 * Internationalisation file for log tests.
4 *
5 * @file
6 */
7
8 $messages = [];
9
10 $messages['en'] = [
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',
15 ];