Merge pull request #14417 from civicrm/5.14
[civicrm-core.git] / tests / phpunit / api / v3 / ContactTest.php
index b09fcd5ed14bc3e00bd96de20300945a50e7b6c3..4788abef523b6730bac7cb68737834e5b228c2e9 100644 (file)
@@ -4037,6 +4037,11 @@ class api_v3_ContactTest extends CiviUnitTestCase {
     ]);
   }
 
+  /**
+   * Test the related contacts filter.
+   *
+   * @throws \Exception
+   */
   public function testSmartGroupsForRelatedContacts() {
     $rtype1 = $this->callAPISuccess('relationship_type', 'create', array(
       "name_a_b" => uniqid() . " Child of",