getData() public method

public getData ( )
 /**
  * @test
  */
 public function testGetData()
 {
     $this->assertEquals('response payload for connection', $this->object->getData());
 }