From: Edsel Date: Tue, 8 Mar 2016 14:06:37 +0000 (+0530) Subject: CRM-16526 CIVI-3 Fixed Jenkins test failure X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=87e14d27294d1072c6bbf92f02dfda923fb4ac9e;p=civicrm-core.git CRM-16526 CIVI-3 Fixed Jenkins test failure ---------------------------------------- * CRM-16526: ACLs for Financial Types https://issues.civicrm.org/jira/browse/CRM-16526 --- 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() {