Merge pull request #4721 from maxateff/apiexplorer-link
[civicrm-core.git] / tests / phpunit / WebTest / Utils / RestTest.php
index 4f19741bee61895a7d3ceaa13955efe03d7e5b54..9b7fda6e5dc7c97821a3dacb7d549cfe67e312b3 100644 (file)
@@ -35,6 +35,11 @@ class WebTest_Utils_RestTest extends CiviSeleniumTestCase {
   protected $session_id;
   protected $nocms_contact_id;
 
+  /**
+   * @param $apiResult
+   * @param $cmpvar
+   * @param string $prefix
+   */
   protected function assertAPIErrorCode($apiResult, $cmpvar, $prefix = '') {
     if (!empty($prefix)) {
       $prefix .= ': ';