Merge pull request #2744 from pratik-joshi/CRM-13992_temp_fix
[civicrm-core.git] / tests / phpunit / CRM / Core / Payment / PayPalProIPNTest.php
index c812fc5e11b488a5814d17294c884cff65abe179..918636b84f9a42c6c213d5c9683930ae4d9473fe 100644 (file)
@@ -65,17 +65,7 @@ class CRM_Core_Payment_PayPalProIPNTest extends CiviUnitTestCase {
   }
 
   function tearDown() {
-  // $this->paymentProcessor->delete($this->processorParams->id);
-    $tablesToTruncate = array(
-      'civicrm_contribution',
-      'civicrm_financial_trxn',
-      'civicrm_contribution_recur',
-      'civicrm_line_item',
-      'civicrm_contribution_page',
-      'civicrm_payment_processor',
-      'civicrm_entity_financial_trxn',
-    );
-    $this->quickCleanup($tablesToTruncate);
+    $this->quickCleanUpFinancialEntities();
   }
 
   /**