From: Eileen McNaughton Date: Sat, 3 Jun 2023 00:00:41 +0000 (+1200) Subject: Fix UFGroup cleanup in SelectorTest X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ea7faa398676e185098a578dc86c54fbc5da97b7;p=civicrm-core.git Fix UFGroup cleanup in SelectorTest --- diff --git a/tests/phpunit/CRM/Contact/SelectorTest.php b/tests/phpunit/CRM/Contact/SelectorTest.php index afec67da80..24475b7694 100644 --- a/tests/phpunit/CRM/Contact/SelectorTest.php +++ b/tests/phpunit/CRM/Contact/SelectorTest.php @@ -22,8 +22,8 @@ class CRM_Contact_SelectorTest extends CiviUnitTestCase { public function tearDown(): void { - parent::tearDown(); $this->quickCleanup(['civicrm_tag', 'civicrm_entity_tag']); + parent::tearDown(); } /**