Remove use of FileCache from parserTests.inc (merged into RepoGroup in r55082)
authorAlex Z <mrzman@users.mediawiki.org>
Sun, 16 Aug 2009 19:57:26 +0000 (19:57 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Sun, 16 Aug 2009 19:57:26 +0000 (19:57 +0000)
maintenance/parserTests.inc

index c3d8680..ab05cca 100644 (file)
@@ -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;