Merge pull request #4185 from samuelsov/CRM-15330
[civicrm-core.git] / tests / phpunit / api / v3 / RelationshipTest.php
index dbd8f607d5cced29942b63f0012ebf5ef2b49603..65a2fee0a22b6e82af551c47fddd4ca64b2b435b 100644 (file)
@@ -717,7 +717,7 @@ class api_v3_RelationshipTest extends CiviUnitTestCase {
     $rel2 = $this->callAPISuccess('relationship', 'create', $rel2Params);
   }
 
-  /*
+  /**
    * Test using various operators
    */
   public function testGetTypeOperators() {
@@ -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));
   }
+
 }