Changeset 301
- Timestamp:
- 11/08/07 20:35:02 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/tasks/ext/phpunit/phpunit3/SummaryPHPUnit3ResultFormatter.php
r276 r301 41 41 $sb.= ", Time elapsed: " . sprintf('%0.5f', $this->getElapsedTime()) . " s\n"; 42 42 43 parent::endTestRun( $suite);43 parent::endTestRun(); 44 44 45 45 if ($this->out != NULL)
