コード例 #1
0
ファイル: LocationTest.php プロジェクト: bradley-holt/zf2
 public function testLocationGetFieldNameReturnsHeaderName()
 {
     $locationHeader = new Location();
     $this->assertEquals('Location', $locationHeader->getFieldName());
 }