Ticket #872 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

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

Changed 3 months ago by tof06

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 3.1.3

Thanks

Note: See TracTickets for help on using tickets.