From 17de9d8f8aff8a8c5be539748f5826febf165a94 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 17 Jun 2021 20:41:01 +1200 Subject: [PATCH] [NFC] [Test] Remove duplicate cleanup --- tests/phpunit/api/v3/ContactTest.php | 8 -------- 1 file changed, 8 deletions(-) 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); } /** -- 2.25.1