CRM-16526 CIVI-3 Enabled setup
authorEdsel <edsel.lopez@jmaconsulting.biz>
Fri, 4 Mar 2016 07:48:16 +0000 (13:18 +0530)
committerEdsel <edsel.lopez@jmaconsulting.biz>
Fri, 4 Mar 2016 07:48:16 +0000 (13:18 +0530)
----------------------------------------
* CRM-16526: ACLs for Financial Types
  https://issues.civicrm.org/jira/browse/CRM-16526

tests/phpunit/api/v3/FinancialTypeACLTest.php

index 349a6db17d01d11e97179fa2f8979a7f3077dedc..d8b29c1e4afe35edfe1cfe533b1416119d9f33c0 100644 (file)
@@ -68,7 +68,7 @@ class api_v3_FinancialTypeACLTest extends CiviUnitTestCase {
    * Setup function.
    */
   public function setUp() {
-    //parent::setUp();
+    parent::setUp();
 
     $this->_apiversion = 3;
     $this->_individualId = $this->individualCreate();