Index: trunk/phase3/maintenance/tests/MediaWikiParserTest.php |
— | — | @@ -17,8 +17,9 @@ |
18 | 18 | public function run( PHPUnit_Framework_TestResult $result = null, $filter = false, |
19 | 19 | array $groups = array(), array $excludeGroups = array(), $processIsolation = false |
20 | 20 | ) { |
21 | | - global $IP, $wgContLang; |
| 21 | + global $IP, $wgContLang, $wgMemc; |
22 | 22 | $wgContLang = Language::factory( 'en' ); |
| 23 | + $wgMemc = new FakeMemCachedClient; |
23 | 24 | $this->backend->setupDatabase(); |
24 | 25 | |
25 | 26 | $iter = new TestFileIterator( "$IP/maintenance/parserTests.txt" ); |