Ticket #238 (closed defect: invalid)

Opened 5 months ago

Last modified 2 months ago

Bug in SummaryPHPUnit3ResultFormatter

Reported by: anonymous Assigned to: 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

06/27/08 16:04:48 changed by mrook

  • status changed from new to closed.
  • resolution set to invalid.

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


Add/Change #238 (Bug in SummaryPHPUnit3ResultFormatter)




Action