From 87e14d27294d1072c6bbf92f02dfda923fb4ac9e Mon Sep 17 00:00:00 2001 From: Edsel Date: Tue, 8 Mar 2016 19:36:37 +0530 Subject: [PATCH] CRM-16526 CIVI-3 Fixed Jenkins test failure ---------------------------------------- * CRM-16526: ACLs for Financial Types https://issues.civicrm.org/jira/browse/CRM-16526 --- tests/phpunit/api/v3/FinancialTypeACLTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/api/v3/FinancialTypeACLTest.php b/tests/phpunit/api/v3/FinancialTypeACLTest.php index c9ee3af7b2..a6e93b2420 100644 --- a/tests/phpunit/api/v3/FinancialTypeACLTest.php +++ b/tests/phpunit/api/v3/FinancialTypeACLTest.php @@ -113,6 +113,8 @@ class api_v3_FinancialTypeACLTest extends CiviUnitTestCase { public function tearDown() { $this->quickCleanUpFinancialEntities(); $this->quickCleanup(array('civicrm_uf_match')); + CRM_Financial_BAO_FinancialType::$_availableFinancialTypes = array(); + CRM_Financial_BAO_FinancialType::$_statusACLFt = array(); } public function setACL() { -- 2.25.1