add missing comments - tests directory
[civicrm-core.git] / tests / phpunit / api / v3 / CRM11793Test.php
index 6dadeb887c5e6f6e457363151ddf3dc78475fefa..fa997b2711a6b62ed4ec89af1dc856b5002e2616 100644 (file)
@@ -59,6 +59,9 @@ class api_v3_CRM11793Test extends CiviUnitTestCase {
     $this->_testCRM11793ContactType('Individual');
   }
 
+  /**
+   * @param $contactType
+   */
   function _testCRM11793ContactType($contactType) {
     $result = $this->callAPISuccess(
       'contact',
@@ -72,4 +75,4 @@ class api_v3_CRM11793Test extends CiviUnitTestCase {
       $this->assertEquals($contact['contact_type'], $contactType, "In line " . __LINE__);
     }
   }
-}
\ No newline at end of file
+}