public function testGetErrors()
 {
     $response = new Response();
     static::assertEquals($response->getErrors(), array());
 }