Пример #1
0
 public function testContentLocationGetFieldNameReturnsHeaderName()
 {
     $contentLocationHeader = new ContentLocation();
     $this->assertEquals('Content-Location', $contentLocationHeader->getFieldName());
 }