Пример #1
0
 public function startTestCase()
 {
     $this->_milliTimespan->startTimer();
 }
Пример #2
0
 public function __construct()
 {
     $this->_unitTestResults = array();
     self::$_timer = new MilliTimespan();
     self::$_timer->startTimer();
 }