예제 #1
0
 /**
  * Test last HTTP response
  */
 public function testGetLastHttpResponse()
 {
     $lastHttpResponse = self::$infrastructure->getLastHttpResponse();
     $this->assertTrue(!empty($lastHttpResponse));
 }