Пример #1
0
 /**
  * Test start method
  */
 public function testStart()
 {
     $this->_stat->expects($this->once())->method('start')->with('timer_id', $this->greaterThanOrEqual(microtime(true)), $this->greaterThanOrEqual(0), $this->greaterThanOrEqual(0));
     $this->_driver->start('timer_id');
 }