From 59f2c9b76b58b9d56d2598f256256d34100c2d15 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Sat, 5 Sep 2015 16:57:36 +1200 Subject: [PATCH] test fix - fix dumb error when in test check --- tests/phpunit/CRM/Contribute/BAO/ContributionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php index 1eb0b07552..494bdad250 100644 --- a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php @@ -260,7 +260,7 @@ class CRM_Contribute_BAO_ContributionTest extends CiviUnitTestCase { 'type_id' => '4', 'amount' => '$ 66.00', 'source' => NULL, - 'receive_date' => '2015-09-02 00:00:00', + 'receive_date' => date('Y-m-d H:i:s'), 'contribution_status' => 'Completed', ), ), $getHonorContact); -- 2.25.1