diff options
author | tof <> | 2008-06-27 07:49:17 +0000 |
---|---|---|
committer | tof <> | 2008-06-27 07:49:17 +0000 |
commit | 03566372b32f4e861630bc9cf90d62cb6a4083ea (patch) | |
tree | f3fefb51a5055b3c8eebcf0d97dcd58d772bb811 /tests/unit | |
parent | 54b1d633d46c704cd5f46109c3552d66658db0ad (diff) |
Fixed #872
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 455f455c..8395c7a0 100644 --- a/tests/unit/phpunit.php +++ b/tests/unit/phpunit.php @@ -11,7 +11,7 @@ * the right package in unit test and code coverage reports. */ define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); -set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path()); +set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path()); require_once dirname(__FILE__).'/Prado.php'; require_once PRADO_FRAMEWORK_DIR.'/prado.php'; |