Ejemplo n.º 1
0
 public function testgetDefaultStatus()
 {
     $call = new Call();
     $result = $call->getDefaultStatus();
     $this->assertEquals('Planned', $result);
 }