Skip to content

Commit 85d4d7f

Browse files
committed
tests: change temp path
1 parent e8c9cf5 commit 85d4d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
Tester\Environment::setup();
66

7-
define('TEMP_DIR', __DIR__ . '/tmp/' . getmypid());
7+
define('TEMP_DIR', __DIR__ . '/../temp/' . getmypid());
88
@mkdir(dirname(TEMP_DIR)); // @ - directory may already exist
99
Tester\Helpers::purge(TEMP_DIR);

0 commit comments

Comments
 (0)