Example #1
0
 /**
  * @expectedException \BadMethodCallException
  */
 public function testDoubleStart()
 {
     $timer = new Timer();
     $timer->start();
 }