Ejemplo n.º 1
0
 public function testset_opportunity_contact_relationship()
 {
     $opportunity = new Opportunity();
     try {
         $opportunity->set_opportunity_contact_relationship('1');
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }