Modify ↓
Ticket #238 (closed defect: invalid)
Bug in SummaryPHPUnit3ResultFormatter
| Reported by: | anonymous | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | 2.3.1 |
| Component: | phing-core | Version: | 2.3.0 |
| Keywords: | Cc: |
Description
There appears to be a bug in the SummaryPHPUnit3ResultFormatter class, in
pear/phing/tasks/ext/phpunit/phpunit3/SummaryPHPUnit3ResultFormatter.php
Line 43
There is a call to parent::endTestRun($suite);
But there is no $suite variable declared.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

I'm not entirely sure what you mean, the $suite variable is a parameter of the SummaryPHPUnit3ResultFormatter::endTestSuite() function.