getVerificationStatus() public method

The status of the signature verification. Value is SUCCESS or FAILURE.
public getVerificationStatus ( ) : string
return string
 /**
  * @depends testSerializationDeserialization
  * @param VerifyWebhookSignatureResponse $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getVerificationStatus(), "TestSample");
 }