Exemplo n.º 1
0
 /**
  * Test get method with invalid timer id
  *
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage Timer "unknown_timer" doesn't exist.
  */
 public function testGetWithInvalidTimer()
 {
     $this->_stat->get('unknown_timer');
 }