From 5bb1a08a883ec600740a12efaee5b834474b6734 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 15 Nov 2019 17:04:01 +1300 Subject: [PATCH] [NFC] Test fix - incorrect records created due to test set up using PartiallyPaid when no payment is made --- tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php b/tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php index 0a95cc336e..6b92c15781 100644 --- a/tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php +++ b/tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php @@ -231,7 +231,7 @@ class CRM_Core_BAO_FinancialTrxnTest extends CiviUnitTestCase { 'contact_id' => $contactId, 'currency' => 'USD', 'financial_type_id' => 1, - 'contribution_status_id' => 8, + 'contribution_status_id' => 'Pending', 'payment_instrument_id' => 4, 'total_amount' => 300.00, 'fee_amount' => 0.00, -- 2.25.1