From: Alex Z Date: Sun, 16 Aug 2009 19:57:26 +0000 (+0000) Subject: Remove use of FileCache from parserTests.inc (merged into RepoGroup in r55082) X-Git-Tag: 1.31.0-rc.0~40272 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=3d2cde018069fccc804a5baf3d1931ac51a496be;p=lhc%2Fweb%2Fwiklou.git Remove use of FileCache from parserTests.inc (merged into RepoGroup in r55082) --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index c3d8680f52..ab05ccaa32 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -896,7 +896,6 @@ class ParserTest { */ private function teardownGlobals() { RepoGroup::destroySingleton(); - FileCache::destroySingleton(); LinkCache::singleton()->clear(); foreach( $this->savedGlobals as $var => $val ) { $GLOBALS[$var] = $val;