diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-10 23:43:45 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-10 23:43:45 +0100 |
commit | 8749bc7e836c196dfef37d3b7b5a67736a15092c (patch) | |
tree | eb647bc246487f444ea1ffd4e24317ab0200bf30 /tests/Bootstrap.php | |
parent | e40c763bf969acbaa7c4c61be50f01e870062080 (diff) |
Fix incomplete and skipped test
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r-- | tests/Bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 94dafdce4..39c24b219 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -11,6 +11,7 @@ $dir = realpath(dirname(__FILE__)); define('PROJECT_BASE', realpath($dir.'/../').'/'); define('BASEPATH', PROJECT_BASE.'system/'); define('APPPATH', PROJECT_BASE.'application/'); +define('VIEWPATH', PROJECT_BASE.''); // Prep our test environment |