r108307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108306‎ | r108307 | r108308 >
Date:04:30, 7 January 2012
Author:aaron
Status:ok
Tags:
Comment:
r108300: also destroy the repo/backend singletons for upload test
Modified paths:
  • /trunk/phase3/tests/phpunit/suites/UploadFromUrlTestSuite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/suites/UploadFromUrlTestSuite.php
@@ -75,12 +75,18 @@
7676 $wgStyleDirectory = "$IP/skins";
7777 }
7878
 79+ RepoGroup::destroySingleton();
 80+ FileBackendGroup::destroySingleton();
7981 }
8082
8183 public function tearDown() {
8284 foreach ( $this->savedGlobals as $var => $val ) {
8385 $GLOBALS[$var] = $val;
8486 }
 87+ // Restore backends
 88+ RepoGroup::destroySingleton();
 89+ FileBackendGroup::destroySingleton();
 90+
8591 $this->teardownUploadDir( $this->uploadDir );
8692 }
8793

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108300In FileBackend/FileOp:...aaron01:33, 7 January 2012

Status & tagging log