Changeset 429
- Timestamp:
- 11/18/08 08:40:47 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/classes/phing/tasks/ext/simpletest/SimpleTestFormatterElement.php
r357 r429 55 55 } 56 56 else 57 if ($this->type == "debug") 58 { 59 $this->formatter = new SimpleTestDebugResultFormatter(); 60 } 61 else 57 62 { 58 63 throw new BuildException("Formatter '" . $this->type . "' not implemented");
