Merge pull request #4721 from maxateff/apiexplorer-link
[civicrm-core.git] / tests / phpunit / WebTest / Utils / RestTest.php
index bc0ed8d8a628573f496bc23ef0938ac48b4413c3..9b7fda6e5dc7c97821a3dacb7d549cfe67e312b3 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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 .= ': ';