for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace dokuwiki\plugin\swarmzapierstructwebhook\test\mock;
class Webhook extends \dokuwiki\plugin\swarmzapierstructwebhook\Webhook
{
public function handleWebhookPayload($json)
return parent::handleWebhookPayload($json);
}