示例#1
0
 /**
  * paintMethodStart
  *
  * @param mixed $test_name
  *
  * @access public
  * @return void
  */
 public function paintMethodStart($test_name)
 {
     $this->pre = microtime();
     parent::paintMethodStart($test_name);
 }