From fe5a57bd2e758eef7d83fbe8938cd761fc8603c7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 20 Jan 2012 19:46:27 +0000 Subject: [PATCH] If you are going to leak folders, at least give them your surname. --- tests/phpunit/includes/filerepo/FileBackendTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/filerepo/FileBackendTest.php b/tests/phpunit/includes/filerepo/FileBackendTest.php index e6e5e4e23f..2e479d8357 100644 --- a/tests/phpunit/includes/filerepo/FileBackendTest.php +++ b/tests/phpunit/includes/filerepo/FileBackendTest.php @@ -10,7 +10,7 @@ class FileBackendTest extends MediaWikiTestCase { function setUp() { parent::setUp(); - $tmpDir = wfTempDir() . '/' . time() . '-' . mt_rand(); + $tmpDir = wfTempDir() . '/file-backend-test-' . time() . '-' . mt_rand(); $this->singleBackend = new FSFileBackend( array( 'name' => 'localtesting', 'lockManager' => 'fsLockManager', -- 2.20.1