예제 #1
0
파일: CallTest.php 프로젝트: recci/SuiteCRM
 public function testgetDefaultStatus()
 {
     $call = new Call();
     $result = $call->getDefaultStatus();
     $this->assertEquals('Planned', $result);
 }