예제 #1
0
 public function testset_case_contact_relationship()
 {
     $aCase = new aCase();
     //execute the method and test if it works and does not throws an exception.
     try {
         $aCase->set_case_contact_relationship(1);
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }