CRM-16526 CIVI-3 Removed unintentional debug
authorEdsel <edsel.lopez@jmaconsulting.biz>
Mon, 22 Feb 2016 12:02:31 +0000 (17:32 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 22 Feb 2016 18:11:39 +0000 (23:41 +0530)
----------------------------------------
* CRM-16526: ACLs for Financial Types
  https://issues.civicrm.org/jira/browse/CRM-16526

tests/phpunit/api/v3/FinancialTypeACLTest.php

index 15f23eded63309826628ad27c3737d6f27b5e864..39285934c35c6381179e9a4a055b2a013fac2b28 100644 (file)
@@ -214,7 +214,6 @@ class api_v3_FinancialTypeACLTest extends CiviUnitTestCase {
       'access CiviCRM',
       'access CiviContribute',
       'view contributions of type Donation',
-      'view debug output',
     );
     $contribution = $this->callAPISuccess('contribution', 'get', $params);