From: Edsel Date: Fri, 26 Feb 2016 13:35:14 +0000 (+0530) Subject: CRM-16526 CIVI-3 Added fix for style warning X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0f6eb8c9ac04d5cc5383d0ebb9c40fa59a0169c5;p=civicrm-core.git CRM-16526 CIVI-3 Added fix for style warning ---------------------------------------- * CRM-16526: ACLs for Financial Types https://issues.civicrm.org/jira/browse/CRM-16526 --- diff --git a/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php b/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php index 50ba9d1007..6ca21655dd 100644 --- a/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php +++ b/tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php @@ -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();