summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-03-11 03:01:30 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-03-11 03:01:30 +0100
commit6efbe5d7312698c73bbd645950ff5c81793b21e7 (patch)
treeeb647bc246487f444ea1ffd4e24317ab0200bf30 /tests/Bootstrap.php
parente40c763bf969acbaa7c4c61be50f01e870062080 (diff)
parent8749bc7e836c196dfef37d3b7b5a67736a15092c (diff)
Merge pull request #1161 from toopay/unit-tests
Unit Tests marked as "Incomplete" now completed.
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r--tests/Bootstrap.php1
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