diff options
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/phpunit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php index 5ed6ffb0..f6338237 100644 --- a/tests/unit/phpunit.php +++ b/tests/unit/phpunit.php @@ -15,4 +15,4 @@ define('PRADO_TEST_RUN', true); define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); -?>
\ No newline at end of file +require_once(PRADO_FRAMEWORK_DIR.'/prado.php');
\ No newline at end of file |