Example #1
0
 public function testGetResponseDataReturnsFalse()
 {
     $this->setupResponseInterface(array());
     $this->assertFalse($this->response->getResponseData());
 }