From 7315ec25dc4ad7ef6cfdff47655d8a3c5f5cac4c Mon Sep 17 00:00:00 2001 From: knut <> Date: Sat, 9 Jun 2007 14:16:18 +0000 Subject: added custom Prado class for unit tests --- tests/unit/phpunit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/unit/phpunit.php') 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'; -- cgit v1.2.3