Changeset 315
- Timestamp:
- 12/10/07 08:44:38 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/tasks/ext/phpunit/phpunit3/SummaryPHPUnit3ResultFormatter.php
r308 r315 34 34 function endTestSuite(PHPUnit_Framework_TestSuite $suite) 35 35 { 36 $sb = "Tests run: " . $this->getRunCount(); 36 $sb = "Test: " . $suite->getName(); 37 $sb.= ", Run: " . $this->getRunCount(); 37 38 $sb.= ", Failures: " . $this->getFailureCount(); 38 39 $sb.= ", Errors: " . $this->getErrorCount();
