コード例 #1
0
 public function testget_contacts()
 {
     $opportunity = new Opportunity();
     $result = $opportunity->get_contacts();
     $this->assertTrue(is_array($result));
 }