示例#1
0
 public function testLocationGetFieldNameReturnsHeaderName()
 {
     $locationHeader = new Location();
     $this->assertEquals('Location', $locationHeader->getFieldName());
 }