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