Ticket #872 (closed defect: fixed)
use PATH_SEPARATOR in phpunit.php
| Reported by: | fragmaster b | Owned by: | xue |
|---|---|---|---|
| Priority: | low | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In trunk/tests/unit/phpunit.php...
Change this line...
set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path());
To this...
set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path());
This might save the next Windows user a little frustration when they start to play with PHPUnit.
Change History
Note: See
TracTickets for help on using
tickets.
