1 | <?php |
||
12 | class WebhookContext implements Context |
||
13 | { |
||
14 | /** |
||
15 | * @Given The payload received by :url webhook should be equal to: |
||
16 | */ |
||
17 | public function thePayloadReceivedByWebhookShouldBeEqualTo(string $url, PyStringNode $body): void |
||
31 | |||
32 | private function convertToJson(string $value): string |
||
42 | } |
||
43 |