summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortof <>2008-06-27 07:49:17 +0000
committertof <>2008-06-27 07:49:17 +0000
commit03566372b32f4e861630bc9cf90d62cb6a4083ea (patch)
treef3fefb51a5055b3c8eebcf0d97dcd58d772bb811 /tests
parent54b1d633d46c704cd5f46109c3552d66658db0ad (diff)
Fixed #872
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/phpunit.php2
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';