If you are going to leak folders, at least give them your surname.
[lhc/web/wiklou.git] / tests / phpunit / includes / filerepo / FileBackendTest.php
index e6e5e4e..2e479d8 100644 (file)
@@ -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',