api_v3_APITest - 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/APITest.php

index 32fb1bc43b94c2fda694a6dc2d215b4586fb2ab3..95f5abb8cdb57559e8de7730d46dd9bcd47dd117 100644 (file)
@@ -36,27 +36,8 @@ require_once 'CiviTest/CiviUnitTestCase.php';
 class api_v3_APITest extends CiviUnitTestCase {
   public $DBResetRequired = FALSE;
 
-
   protected $_apiversion =3;
 
-  /**
-   * Sets up the fixture, for example, opens a network connection.
-   * This method is called before a test is executed.
-   *
-   * @access protected
-   */
-  protected function setUp() {
-    parent::setUp();
-  }
-
-  /**
-   * Tears down the fixture, for example, closes a network connection.
-   * This method is called after a test is executed.
-   *
-   * @access protected
-   */
-  protected function tearDown() {}
-
   function testAPIReplaceVariables() {
     $result = array();
     $result['testfield'] = 6;