summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-28 22:56:46 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-28 22:56:46 +0200
commita8a2e3325c128ccdc941daba3bba10b78bf2d098 (patch)
tree56f3896e8a2d24482159bcb16c5cacc556c75c90 /tests/Bootstrap.php
parent655a89f4059ebae017d1c4ec5f26aeb2cf4a3bae (diff)
Travis setup and minor cleanup
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r--tests/Bootstrap.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php
index e1649804f..9f89d1be8 100644
--- a/tests/Bootstrap.php
+++ b/tests/Bootstrap.php
@@ -6,9 +6,6 @@ error_reporting(E_ALL | E_STRICT);
$dir = realpath(dirname(__FILE__));
-// Environment constants
-define('ENVIRONMENT', 'testing');
-
// Path constants
define('PROJECT_BASE', realpath($dir.'/../').'/');
define('BASEPATH', PROJECT_BASE.'system/');