Home
last modified time | relevance | path

Searched refs:inputJSON (Results 1 – 3 of 3) sorted by relevance

/plugin/swarmwebhook/_test/
H A DZapierHandlePayload.test.php29 …$inputJSON = '{"createdAt": "1525849118", "like": "False", "isMayor": "True", "editableUntil": "15…
32 $webhook->run($inputJSON);
43 'swarm.json' => $inputJSON,
59 …$inputJSON = '{"createdAt": "1525849118", "like": "False", "isMayor": "True", "editableUntil": "15…
62 $actualOK = $webhook->handleWebhookPayload($inputJSON);
63 $actualOK = $actualOK && $webhook->handleWebhookPayload($inputJSON);
74 'swarm.json' => $inputJSON,
H A DIFTTTfullWebhook.test.php18 $inputJSON = '{
28 $IFTTT->run($inputJSON);
39 'swarm.json' => $inputJSON,
H A DZapierExtractData.test.php52 public function test_extractDataFromPayload($inputJSON, $expectedExtractedData, $msg) argument
55 $inputArray = json_decode($inputJSON, true);