Fix test which fails when run in isolation.
authoreileen <emcnaughton@wikimedia.org>
Thu, 13 Jun 2019 20:19:19 +0000 (16:19 -0400)
committereileen <emcnaughton@wikimedia.org>
Thu, 13 Jun 2019 20:19:19 +0000 (16:19 -0400)
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

index 389acf3712412f09f8e4e70e3df2f3ac566c1fef..ff19b9eb997659fc2d5ff164148531cea47589a6 100644 (file)
@@ -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,