Example #1
0
 /**
  * @covers ::getReleaseTime
  * @covers ::extractHeaderData
  *
  * @throws ParserRuntimeException
  * @throws SourceUnavailableException
  */
 public function testReleaseTime()
 {
     static::assertGreaterThan(0, $this->source->getReleaseTime());
 }