clean up temp files. Fixes r99546 only better this time.
authorRuss Nelson <nelson@users.mediawiki.org>
Fri, 16 Dec 2011 20:01:08 +0000 (20:01 +0000)
committerRuss Nelson <nelson@users.mediawiki.org>
Fri, 16 Dec 2011 20:01:08 +0000 (20:01 +0000)
tests/phpunit/includes/filerepo/StoreBatchTest.php

index e67c485..7979769 100644 (file)
@@ -95,7 +95,7 @@ class StoreBatchTest extends MediaWikiTestCase {
        }
 
        public function tearDown() {
-               $this->repo->cleanupBatch( $this->createdFile );
+               $this->repo->cleanupBatch( $this->createdFiles );
                parent::tearDown();
                
        }