diff options
author | knut <> | 2007-06-09 14:16:18 +0000 |
---|---|---|
committer | knut <> | 2007-06-09 14:16:18 +0000 |
commit | 7315ec25dc4ad7ef6cfdff47655d8a3c5f5cac4c (patch) | |
tree | 2b912da1a4bb6e0d46509b31da484a882acc96dd /tests/unit/phpunit.php | |
parent | c91ec2590f9c1f7689c468284dc4d523da308897 (diff) |
added custom Prado class for unit tests
Diffstat (limited to 'tests/unit/phpunit.php')
-rw-r--r-- | tests/unit/phpunit.php | 2 |
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'; |