CRM test fix
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Mon, 6 Jul 2015 14:04:36 +0000 (19:34 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Mon, 6 Jul 2015 14:04:36 +0000 (19:34 +0530)
tests/phpunit/CRM/Contribute/Form/ContributionTest.php

index a236f91eb4caa74824e520fe1c7ed8f9ccc91c48..185338d58764ffe2794dee29ed5b540dc14e9a3c 100644 (file)
@@ -133,7 +133,7 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase {
    */
   public function tearDown() {
     $this->quickCleanUpFinancialEntities();
-    $this->quickCleanup(array('civicrm_note'));
+    $this->quickCleanup(array('civicrm_note', 'civicrm_uf_match'));
   }
 
   /**