Пример #1
0
 public function testContentLocationToStringReturnsHeaderFormattedString()
 {
     $contentLocationHeader = new ContentLocation();
     $contentLocationHeader->setUri('http://www.example.com/path?query');
     $this->assertEquals('Content-Location: http://www.example.com/path?query', $contentLocationHeader->toString());
 }