Ejemplo n.º 1
0
 public function testsave_relationship_changes()
 {
     $call = new Call();
     //execute the method and test if it works and does not throws an exception.
     try {
         $call->save_relationship_changes(true);
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }