From 01ead735444507c99cf4b4410d087219c2120149 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 14 Jun 2019 13:53:21 -0400 Subject: [PATCH] [test] truncate pledge block when cleaning up financial entities Keep hunting down the test cleanup issue --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 817bff2356..4dc889d045 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -1778,6 +1778,7 @@ AND ( TABLE_NAME LIKE 'civicrm_value_%' ) 'civicrm_participant', 'civicrm_participant_payment', 'civicrm_pledge', + 'civicrm_pledge_block', 'civicrm_pledge_payment', 'civicrm_price_set_entity', 'civicrm_price_field_value', -- 2.25.1