Пример #1
0
 public function testImportUrlSetsNullVersionIfNoVersionHeaderOnEntry()
 {
     $this->adapter->setResponse($this->httpEntrySampleWithoutVersion);
     $entry = $this->service->getEntry('http://www.example.com');
     $this->assertEquals(null, $entry->getMinorProtocolVersion());
     $this->assertEquals(null, $entry->getMinorProtocolVersion());
 }