Changeset 429

Show
Ignore:
Timestamp:
11/18/08 08:40:47 (16 months ago)
Author:
mrook
Message:

Refs #254 - add debug formatter to SimpleTestFormatterElement::setType

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.4/classes/phing/tasks/ext/simpletest/SimpleTestFormatterElement.php

    r357 r429  
    5555                } 
    5656                else 
     57                if ($this->type == "debug") 
     58                { 
     59                        $this->formatter = new SimpleTestDebugResultFormatter(); 
     60                } 
     61                else 
    5762                { 
    5863                        throw new BuildException("Formatter '" . $this->type . "' not implemented");