From 3ace6c6db571feaaf1d17b5dba129f6a3d6ffcda Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 6 Jun 2023 09:38:27 +1200 Subject: [PATCH] Stop truncating UFGroup on tearDown --- tests/phpunit/CRM/Profile/Form/EditTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/phpunit/CRM/Profile/Form/EditTest.php b/tests/phpunit/CRM/Profile/Form/EditTest.php index 191cec0db3..b22c6f335b 100644 --- a/tests/phpunit/CRM/Profile/Form/EditTest.php +++ b/tests/phpunit/CRM/Profile/Form/EditTest.php @@ -17,11 +17,6 @@ use Civi\Api4\UFJoin; */ class CRM_Profile_Form_EditTest extends CiviUnitTestCase { - public function tearDown(): void { - $this->quickCleanup(['civicrm_uf_field', 'civicrm_uf_group']); - parent::tearDown(); - } - /** * Test the url on the profile edit form renders tokens * -- 2.25.1