Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-07-02-11-04-42
[civicrm-core.git] / tests / phpunit / api / v3 / ContributionTest.php
index 2e433ed2f5e477e18bb9ea09b74ea291d264916d..e34a99e15e1066e8bb74e4161fd8730233ba57ed 100644 (file)
@@ -113,6 +113,7 @@ class api_v3_ContributionTest extends CiviUnitTestCase {
    */
   public function tearDown() {
     $this->quickCleanUpFinancialEntities();
+    $this->quickCleanup(array('civicrm_uf_match'));
   }
 
   /**