From: Ilmari Karonen Date: Sun, 14 Dec 2008 07:38:16 +0000 (+0000) Subject: Fix regression in parserTests.inc caused by r44560. X-Git-Tag: 1.31.0-rc.0~43975 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=4d9d6207185eedc267048947fe7a9986ac57fac0;p=lhc%2Fweb%2Fwiklou.git Fix regression in parserTests.inc caused by r44560. --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 5c7ed47360..e0c6a215c4 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -794,6 +794,7 @@ class ParserTest { */ private function teardownGlobals() { RepoGroup::destroySingleton(); + FileCache::destroySingleton(); LinkCache::singleton()->clear(); foreach( $this->savedGlobals as $var => $val ) { $GLOBALS[$var] = $val;