Merge pull request #4185 from samuelsov/CRM-15330
[civicrm-core.git] / tests / phpunit / api / v3 / RelationshipTest.php
index aa4e8573688ff26432645ae063a6a2f4c580c86f..65a2fee0a22b6e82af551c47fddd4ca64b2b435b 100644 (file)
@@ -1118,4 +1118,5 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
     $this->callAPISuccess($this->_entity, 'create', array('id' => $relationship['id'], 'is_active' => 0));
     $this->callAPISuccess($this->_entity, 'create', array('id' => $relationship['id'], 'is_active' => 1));
   }
+
 }