From: Eileen McNaughton Date: Thu, 17 Jun 2021 08:41:01 +0000 (+1200) Subject: [NFC] [Test] Remove duplicate cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=17de9d8f8aff8a8c5be539748f5826febf165a94;p=civicrm-core.git [NFC] [Test] Remove duplicate cleanup --- diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index e3a56d0bb3..600c34cf7e 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -2934,14 +2934,6 @@ class api_v3_ContactTest extends CiviUnitTestCase { ]; $result = $this->callAPIAndDocument('Contact', 'Create', $params, __FUNCTION__, __FILE__, $description, $subFile); $this->assertEquals(0, $result['values'][$result['id']]['api.entity_tag.create']['is_error']); - - $tablesToTruncate = [ - 'civicrm_contact', - 'civicrm_activity', - 'civicrm_entity_tag', - 'civicrm_tag', - ]; - $this->quickCleanup($tablesToTruncate, TRUE); } /**