r55154 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55153‎ | r55154 | r55155 >
Date:19:57, 16 August 2009
Author:mrzman
Status:ok
Tags:
Comment:
Remove use of FileCache from parserTests.inc (merged into RepoGroup in r55082)
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -896,7 +896,6 @@
897897 */
898898 private function teardownGlobals() {
899899 RepoGroup::destroySingleton();
900 - FileCache::destroySingleton();
901900 LinkCache::singleton()->clear();
902901 foreach( $this->savedGlobals as $var => $val ) {
903902 $GLOBALS[$var] = $val;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55082* Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfF...tstarling09:59, 15 August 2009

Status & tagging log