fixes to test cleanup routine
[civicrm-core.git] / tests / phpunit / CiviTest / CiviUnitTestCase.php
index 8c54795b20d57c754d535290f791b948bffd254f..c482511a1ae7391f88ff922a3b0c7546d45ad5ac 100644 (file)
@@ -2377,6 +2377,7 @@ AND    ( TABLE_NAME LIKE 'civicrm_value_%' )
       'civicrm_participant',
       'civicrm_participant_payment',
       'civicrm_pledge',
+      'civicrm_price_set_entity',
     );
     $this->quickCleanup($tablesToTruncate);
     CRM_Core_DAO::executeQuery("DELETE FROM civicrm_membership_status WHERE name NOT IN('New', 'Current', 'Grace', 'Expired', 'Pending', 'Cancelled', 'Deceased')");