From 83481c7850cb3f480dfa8b21b8ad0ae63724b13f Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 13 Jun 2019 16:19:19 -0400 Subject: [PATCH] Fix test which fails when run in isolation. There is a mystery contamination in our test suite somewhere where this test passes in a suite & not by itself - this fixes although the fact this passes when not alone is probably behind a few hard to find issues --- tests/phpunit/CRM/Contribute/Page/AjaxTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/CRM/Contribute/Page/AjaxTest.php b/tests/phpunit/CRM/Contribute/Page/AjaxTest.php index 389acf3712..ff19b9eb99 100644 --- a/tests/phpunit/CRM/Contribute/Page/AjaxTest.php +++ b/tests/phpunit/CRM/Contribute/Page/AjaxTest.php @@ -138,6 +138,7 @@ class CRM_Contribute_Page_AjaxTest extends CiviUnitTestCase { 'financial_type_id' => 2, 'status_id' => 1, 'total_amount' => 100, + 'receive_date' => '2018-06-08', 'soft_credit' => array( 'soft_credit_type_id' => 11, 'contact_id' => $this->_softContactId, -- 2.25.1