gplx/mediawiki/tests/phpunit/data/messages/Messages_x-foo.php

12 lines
219 B
PHP

<?php
/**
* This the test fixture for a message file in the Example Foo language (x-foo).
*/
$namespaceAliases = [
'Cat' => NS_USER,
'Cat_toots' => NS_USER_TALK,
'Dog' => NS_USER,
'Dog_woofs' => NS_USER_TALK,
];