for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace dokuwiki\plugin\swarmwebhook\test\mock;
class Zapier extends \dokuwiki\plugin\swarmwebhook\webhooks\Zapier
{
public function handleWebhookPayload($json)
return parent::handleWebhookPayload($json);
}
public function extractDataFromPayload(array $data)
return parent::extractDataFromPayload($data); // TODO: Change the autogenerated stub