getCallByRequestId() public méthode

Get call by request ID
public getCallByRequestId ( integer $requestId ) : Call | boolean
$requestId integer
Résultat Call | boolean
 public function testGetCallWithRequestIdFailure()
 {
     $call = $this->_proc->getCallByRequestId(0);
     $this->assertFalse($call);
 }