CRM-16526 CIVI-3 Added fix for style warning
authorEdsel <edsel.lopez@jmaconsulting.biz>
Fri, 26 Feb 2016 13:35:14 +0000 (19:05 +0530)
committerEdsel <edsel.lopez@jmaconsulting.biz>
Tue, 1 Mar 2016 06:49:12 +0000 (12:19 +0530)
----------------------------------------
* CRM-16526: ACLs for Financial Types
  https://issues.civicrm.org/jira/browse/CRM-16526

tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php

index 50ba9d10072a5a7075fefa43b262058f3cf8b996..6ca21655dd37099c61cdfa5ab9972a12b86fbabe 100644 (file)
@@ -198,7 +198,10 @@ class CRM_Financial_BAO_FinancialTypeTest extends CiviUnitTestCase {
     CRM_Financial_BAO_FinancialType::getAvailableMembershipTypes($types);
     $this->assertEquals($expectedResult, $types, 'Verify that removing permission for a financial type restricts the available membership types');
   }
-  
+
+  /**
+   * Check method testpermissionedFinancialTypes()
+   */
   public function testpermissionedFinancialTypes() {
     // First get all core permissions
     $permissions = $checkPerms = CRM_Core_Permission::getCorePermissions();