Example #1
0
 function result($results = array())
 {
     $this->benchmark->mark('Unit Test ' . $this->benchmark_index . ' [ ' . $this->benchmark_title . ' ]_end');
     return parent::result($results);
 }