From 131cdce7523246bbb9484ffdfa62981b4a59d8c6 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 22 Dec 2014 11:59:51 -0800 Subject: [PATCH] api_v_SystemTest --- tests/phpunit/api/v3/SystemTest.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/phpunit/api/v3/SystemTest.php b/tests/phpunit/api/v3/SystemTest.php index b1ce57d149..4ebef06637 100644 --- a/tests/phpunit/api/v3/SystemTest.php +++ b/tests/phpunit/api/v3/SystemTest.php @@ -54,16 +54,7 @@ class api_v3_SystemTest extends CiviUnitTestCase { */ 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() { - $this->quickCleanup(array('civicrm_system_log')); + $this->useTransaction(TRUE); } ///////////////// civicrm_domain_get methods -- 2.25.1