From f2c97c156e7663880362e3e46336751977623134 Mon Sep 17 00:00:00 2001 From: Marcelo Gornstein Date: Tue, 5 Jan 2016 08:23:16 -0300 Subject: [PATCH] removing stale env var --- test/resources/bootstrap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/resources/bootstrap.php b/test/resources/bootstrap.php index e6c58c1..0bb4b19 100644 --- a/test/resources/bootstrap.php +++ b/test/resources/bootstrap.php @@ -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'); }