Skip to content

Commit

Permalink
removing stale env var
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jan 5, 2016
1 parent 9eb9331 commit f2c97c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/resources/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
if (!defined('ROOT_PATH')) {
define('ROOT_PATH', realpath(__DIR__ . "/.."));
}
if (!defined('RESOURCES_DIR')) {
define('RESOURCES_DIR', ROOT_PATH . '/resources');
}
if (!defined('TMPDIR')) {
define('TMPDIR', '/tmp');
}
Expand Down

0 comments on commit f2c97c1

Please sign in to comment.