summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/phpunit.php')
-rw-r--r--tests/unit/phpunit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php
index 54e731b6..455f455c 100644
--- a/tests/unit/phpunit.php
+++ b/tests/unit/phpunit.php
@@ -12,6 +12,8 @@
*/
define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework');
set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path());
+
+require_once dirname(__FILE__).'/Prado.php';
require_once PRADO_FRAMEWORK_DIR.'/prado.php';
require_once 'PHPUnit/Framework/TestCase.php';
require_once 'PHPUnit/Framework/IncompleteTestError.php';