public function testGetStartTime()
 {
     $time = microtime(true);
     $this->benchmark->expects($this->once())->method('getStartTime')->willReturn($time);
     $this->assertSame($time, $this->formatter->getStartTime());
 }