Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | //PHPUnit + MediaWikiTestCase functions |
28 | 28 | |
29 | 29 | function setUp() { |
30 | | - global $wgContLang, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgNamespaceProtection, $wgNamespaceAliases, $IP; |
| 30 | + global $wgContLang, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgNamespaceProtection, $wgNamespaceAliases, $IP, $messageMemc; |
31 | 31 | $wgContLang = Language::factory( 'en' ); |
32 | 32 | |
33 | 33 | //Setup CLI arguments |