Cleanup membership Types
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 16 Dec 2023 22:22:36 +0000 (11:22 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sat, 16 Dec 2023 22:22:36 +0000 (11:22 +1300)
tests/phpunit/api/v3/ContactTest.php

index c98a16e0ed11ed83e2e3dff9b85046eb18fd9b9a..dc52903540a1d011c2e65a362bead492b38bfe53 100644 (file)
@@ -101,6 +101,7 @@ class api_v3_ContactTest extends CiviUnitTestCase {
     ];
     $this->quickCleanUpFinancialEntities();
     $this->deleteNonDefaultRelationshipTypes();
+    $this->restoreMembershipTypes();
     $this->quickCleanup($tablesToTruncate, TRUE);
     parent::tearDown();
   }