Example #1
0
 /**
  * Prints runtime
  */
 protected function printRuntime()
 {
     $this->putln("Finished in " . $this->_reporter->getRuntime() . " seconds");
 }