getDescription() public method

A human-readable description of the event.
public getDescription ( ) : string
return string
 /**
  * @depends testSerializationDeserialization
  * @param WebhookEventType $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getName(), "TestSample");
     $this->assertEquals($obj->getDescription(), "TestSample");
 }