Skip to content

Commit 35b4a2e

Browse files
author
Matt Gaunt
committed
Get resp error
1 parent 081b5b6 commit 35b4a2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/PushServiceTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ public function testBrowsers($browserId, $browserVersion, $options)
146146
// Close request to clear up some resources
147147
curl_close($getSubscriptionCurl);
148148

149+
echo "\n\n";
150+
var_dump($resp);
151+
echo "\n\n";
152+
149153
$parsedResp = json_decode($resp);
150154

151155
$testId = $parsedResp->{'data'}->{'testId'};

0 commit comments

Comments
 (0)