示例#1
0
 /**
  * Constructor- defines an output mode
  * @param $outmode a string of the final output mode
  **/
 public function __construct($outmode, $test_count)
 {
     $st = new Snap_Tester($outmode, $test_count);
     $this->reporter = $st->getOutput();
     $this->report_list = array();
     $this->case_list = array();
 }