From 6d24aebb4b60550a9c69bd86adca546c98e83e0b Mon Sep 17 00:00:00 2001 From: Sudha Bisht Date: Mon, 6 Jul 2015 19:34:36 +0530 Subject: [PATCH] CRM test fix --- tests/phpunit/CRM/Contribute/Form/ContributionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php index a236f91eb4..185338d587 100644 --- a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php @@ -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')); } /** -- 2.25.1