Fix UFGroup cleanup in SelectorTest
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 3 Jun 2023 00:00:41 +0000 (12:00 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 3 Jun 2023 00:01:12 +0000 (12:01 +1200)
tests/phpunit/CRM/Contact/SelectorTest.php

index afec67da808832107312754e0f4eb4ae25ba4bad..24475b76945c25ac771b290885dd8fca36ee6f79 100644 (file)
@@ -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();
   }
 
   /**