From ea7faa398676e185098a578dc86c54fbc5da97b7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 3 Jun 2023 12:00:41 +1200 Subject: [PATCH] Fix UFGroup cleanup in SelectorTest --- tests/phpunit/CRM/Contact/SelectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /** -- 2.25.1