Skip to content

Commit

Permalink
setting tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jan 3, 2016
1 parent ca0736a commit 0b3a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
define('RESOURCES_DIR', ROOT_PATH . '/resources');
}
if (!defined('TMPDIR')) {
define('TMPDIR', getenv('TMPDIR'));
define('TMPDIR', '/tmp');
}
require_once implode(DIRECTORY_SEPARATOR, array(
__DIR__, "..", "..", "vendor", "autoload.php"
Expand Down

0 comments on commit 0b3a35d

Please sign in to comment.