Modify ↓
Ticket #420 (closed defect: fixed)
Typo in setExcludeGroups function of PHPUnitTask
| Reported by: | bschultz@… | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | phing-tasks-phpunit | Version: | devel |
| Keywords: | Cc: |
Description
The setExcludeGroups function is not setting the excluded groups due to wrong variable name. Should be $excludeGroups instead of $groups
My attached patch will fix this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

