CRM-17646 - Add hook_civicrm_fieldOptions + tests
[civicrm-core.git] / tests / phpunit / CRM / Group / Page / AjaxTest.php
index 04782a1dd7f29e5e988f11c568fd3976e0f5ede6..6d5dc350d29ade4e4944bcaa24be80282ea68f94 100644 (file)
@@ -13,10 +13,13 @@ class CRM_Group_Page_AjaxTest extends CiviUnitTestCase {
   protected $_permissionedGroup;
   /**
    * AS disabled group the contact has permission to.
-   * @var unknown
+   * @var int
    */
   protected $_permissionedDisabledGroup;
 
+  /**
+   * @var CRM_Utils_Hook_UnitTests
+   */
   public $hookClass;
 
   protected $_params = array();