Stop truncating UFGroup on tearDown
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 5 Jun 2023 21:38:27 +0000 (09:38 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 5 Jun 2023 21:38:27 +0000 (09:38 +1200)
tests/phpunit/CRM/Profile/Form/EditTest.php

index 191cec0db3b8fc6d85779fe6fb0a5b2f9c5214d5..b22c6f335b23455f047c090de46aecf7b20136ed 100644 (file)
@@ -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
    *