Skip to content

Commit

Permalink
tests: change temp path
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed May 12, 2019
1 parent e8c9cf5 commit 85d4d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Tester\Environment::setup();

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

0 comments on commit 85d4d7f

Please sign in to comment.