From: eileen Date: Thu, 13 Jun 2019 20:19:19 +0000 (-0400) Subject: Fix test which fails when run in isolation. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=83481c7850cb3f480dfa8b21b8ad0ae63724b13f;p=civicrm-core.git 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 --- 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,