コード例 #1
0
ファイル: AppTest.php プロジェクト: hybridneo/zendgdata
 public function testDefaultProtocolVersionIs1X()
 {
     $this->assertEquals(1, $this->service->getMajorProtocolVersion());
     $this->assertEquals(null, $this->service->getMinorProtocolVersion());
 }