Changeset 429
- Timestamp:
- 11/18/08 09:40:47 (22 months ago)
- File:
-
- 1 edited
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");
Note: See TracChangeset
for help on using the changeset viewer.
