コード例 #1
0
 public function testIsNotStarted()
 {
     $event = new StopwatchEvent(microtime(true) * 1000);
     $this->assertFalse($event->isStarted());
 }