示例#1
0
 public function testLocationToStringReturnsHeaderFormattedString()
 {
     $locationHeader = new Location();
     $locationHeader->setUri('http://www.example.com/path?query');
     $this->assertEquals('Location: http://www.example.com/path?query', $locationHeader->toString());
 }