diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 15f2dcf2350..56108c96e8e 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -619,6 +619,7 @@ class ParserTest { $titleText = 'Parser test'; } + ObjectCache::getMainWANInstance()->clearProcessCache(); $local = isset( $opts['local'] ); $preprocessor = isset( $opts['preprocessor'] ) ? $opts['preprocessor'] : null; $parser = $this->getParser( $preprocessor );