Modify ↓
Ticket #91 (closed defect: fixed)
Improve detection for PHPUnit3
| Reported by: | DougWarner <silfreed-phing@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.3.0 |
| Component: | phing-core | Version: | 2.3.0beta1 |
| Keywords: | Cc: |
Description
The pear package detection in PHPUnitTask.php doesn't pick up my PHPUnit 3 installation because I use a local PEAR installation with its own configuration file to install packages separately from the system PEAR installation. I've tried to improve the logic to find PHPUnit3 vs. PHPUnit2 so that PHPUnit3 is preferred but PHPUnit2 is still detected if the package version can't be determined from the PEAR Registry.
Attachments
Change History
Changed 5 years ago by DougWarner <silfreed-phing@…>
-
attachment
PHPUnitTask-PHPUnit3check.diff
added
Note: See
TracTickets for help on using
tickets.

Improved detection of PHPUnit3