From: Russ Nelson Date: Fri, 16 Dec 2011 20:01:08 +0000 (+0000) Subject: clean up temp files. Fixes r99546 only better this time. X-Git-Tag: 1.31.0-rc.0~25931 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=7f16501760e19b6dab33e47e50911c4ed0ae038d;p=lhc%2Fweb%2Fwiklou.git clean up temp files. Fixes r99546 only better this time. --- diff --git a/tests/phpunit/includes/filerepo/StoreBatchTest.php b/tests/phpunit/includes/filerepo/StoreBatchTest.php index e67c485b20..7979769d53 100644 --- a/tests/phpunit/includes/filerepo/StoreBatchTest.php +++ b/tests/phpunit/includes/filerepo/StoreBatchTest.php @@ -95,7 +95,7 @@ class StoreBatchTest extends MediaWikiTestCase { } public function tearDown() { - $this->repo->cleanupBatch( $this->createdFile ); + $this->repo->cleanupBatch( $this->createdFiles ); parent::tearDown(); }