From 7f16501760e19b6dab33e47e50911c4ed0ae038d Mon Sep 17 00:00:00 2001 From: Russ Nelson Date: Fri, 16 Dec 2011 20:01:08 +0000 Subject: [PATCH] clean up temp files. Fixes r99546 only better this time. --- tests/phpunit/includes/filerepo/StoreBatchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.20.1