Ejemplo n.º 1
0
 public function testget_call_users()
 {
     $call = new Call();
     $call->id = 1;
     //execute the method and verify it returns an array
     $result = $call->get_call_users();
     $this->assertTrue(is_array($result));
 }