diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:00:56 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 22:00:56 +0200 |
commit | 655a89f4059ebae017d1c4ec5f26aeb2cf4a3bae (patch) | |
tree | fe33f2f905631133d4d9807ef0f75d8d14618392 /tests/Bootstrap.php | |
parent | 3b2587e1559d2cbe751d04f801f999ef3fa4e74c (diff) |
Preliminary Database Test
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r-- | tests/Bootstrap.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 9f89d1be8..e1649804f 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -6,6 +6,9 @@ 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/'); |