From 5b6ff97519d5b55d22a900cce4a6cfa67b0fafb2 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 8 Jan 2014 15:59:39 -0800 Subject: [PATCH] Fixed minor unit test dir leakage Change-Id: I78cf483dde5078d4fad4e1738d8bb8a8f634e3b1 --- tests/phpunit/includes/filebackend/FileBackendTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/filebackend/FileBackendTest.php b/tests/phpunit/includes/filebackend/FileBackendTest.php index c48fdc9efc..f5e65681a4 100644 --- a/tests/phpunit/includes/filebackend/FileBackendTest.php +++ b/tests/phpunit/includes/filebackend/FileBackendTest.php @@ -2345,7 +2345,7 @@ class FileBackendTest extends MediaWikiTestCase { unlink( $file ); } } - $containers = array( 'unittest-cont1', 'unittest-cont2' ); + $containers = array( 'unittest-cont1', 'unittest-cont2', 'unittest-cont-bad' ); foreach ( $containers as $container ) { $this->deleteFiles( $container ); } -- 2.20.1