From a01a8920091ab35fbe62d9dd237372e03df1e404 Mon Sep 17 00:00:00 2001 From: Edsel Date: Tue, 8 Mar 2016 19:44:29 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/phpunit/api/v3/FinancialTypeACLTest.php b/tests/phpunit/api/v3/FinancialTypeACLTest.php index a6e93b2420..1c88012ea9 100644 --- a/tests/phpunit/api/v3/FinancialTypeACLTest.php +++ b/tests/phpunit/api/v3/FinancialTypeACLTest.php @@ -115,6 +115,10 @@ class api_v3_FinancialTypeACLTest extends CiviUnitTestCase { $this->quickCleanup(array('civicrm_uf_match')); CRM_Financial_BAO_FinancialType::$_availableFinancialTypes = array(); CRM_Financial_BAO_FinancialType::$_statusACLFt = array(); + $params = array( + 'domain_id' => 1, + 'contribution_invoice_settings' => array('acl_financial_type' => 0), + ); } public function setACL() { -- 2.25.1