We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b57c8 commit 60e26f6Copy full SHA for 60e26f6
tests/ApiTest.php
@@ -124,6 +124,7 @@ public function testCreateCallWithAmdAndGetCallState() {
124
//get phone call information
125
$response = $this->bandwidthClient->getVoice()->getClient()->getCall(getenv("BW_ACCOUNT_ID"), $callId);
126
$this->assertTrue(strlen($response->getResult()->state) > 0);
127
+ $this->assertTrue(is_a($response->getResult()->enqueuedTime, 'DateTime'));
128
}
129
130
public function testCreateCallWithPriority() {
0 commit comments