コード例 #1
0
ファイル: ResponseTest.php プロジェクト: dezvell/mm.local
 /**
  * Test initial values of Response properties
  */
 public function testGetters()
 {
     $this->assertNotEmpty($this->response->getProtocolVersion());
     $this->assertNull($this->response->getReasonPhrase());
     $this->assertNull($this->response->getException());
 }