Skip to content

Commit 60e26f6

Browse files
Update ApiTest.php
1 parent 09b57c8 commit 60e26f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ApiTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function testCreateCallWithAmdAndGetCallState() {
124124
//get phone call information
125125
$response = $this->bandwidthClient->getVoice()->getClient()->getCall(getenv("BW_ACCOUNT_ID"), $callId);
126126
$this->assertTrue(strlen($response->getResult()->state) > 0);
127+
$this->assertTrue(is_a($response->getResult()->enqueuedTime, 'DateTime'));
127128
}
128129

129130
public function testCreateCallWithPriority() {

0 commit comments

Comments
 (0)