blob: aa56eeda8104482d90b21d59eb51e974bcddfc92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* This the test fixture for a message file in the English language (en).
*/
// Minimum required variables that must exist in at least the
// fallback language (en), as they are unconditionally accessed
// and assumed to be arrays.
$namespaceNames = [];
$specialPageAliases = [];
$preloadedMessages = [];
$rtl = false;
|