public function advanceSeconds(int $seconds = 1) : void { $this->advance($seconds * ClockInterface::NANOS_PER_SECOND); }