api_v3_ActivityTypeTest - useTransaction()
authorTim Otten <totten@civicrm.org>
Mon, 22 Dec 2014 23:05:37 +0000 (15:05 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 22 Dec 2014 23:45:25 +0000 (15:45 -0800)
tests/phpunit/api/v3/ActivityTypeTest.php

index 6920029e51885b94574c78721090096ad57d3045..79a97a8706c4e98c3304c8361625a36d36498b4e 100644 (file)
@@ -40,6 +40,7 @@ class api_v3_ActivityTypeTest extends CiviUnitTestCase {
     $this->_apiversion = 3;
     CRM_Core_PseudoConstant::activityType(TRUE, TRUE, TRUE, 'name');
     parent::setUp();
+    $this->useTransaction(TRUE);
   }
 
   /**
@@ -56,7 +57,6 @@ class api_v3_ActivityTypeTest extends CiviUnitTestCase {
    *  Test civicrm_activity_type_create()
    */
   function testActivityTypeCreate() {
-
     $params = array(
       'weight' => '2',
       'label' => 'send out letters',
@@ -72,7 +72,6 @@ class api_v3_ActivityTypeTest extends CiviUnitTestCase {
    *  Test civicrm_activity_type_create - check id
    */
   function testActivityTypecreatecheckId() {
-
     $params = array(
       'label' => 'type_create',
       'weight' => '2',
@@ -86,7 +85,6 @@ class api_v3_ActivityTypeTest extends CiviUnitTestCase {
    *  Test civicrm_activity_type_delete()
    */
   function testActivityTypeDelete() {
-
     $params = array(
       'label' => 'type_create_delete',
       'weight' => '2',