From 0f6eb8c9ac04d5cc5383d0ebb9c40fa59a0169c5 Mon Sep 17 00:00:00 2001 From: Edsel Date: Fri, 26 Feb 2016 19:05:14 +0530 Subject: [PATCH] CRM-16526 CIVI-3 Added fix for style warning ---------------------------------------- * CRM-16526: ACLs for Financial Types https://issues.civicrm.org/jira/browse/CRM-16526 --- tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(); -- 2.25.1