From cd6ca96a5feb944cdd6758ccd4ea85284495dc0e Mon Sep 17 00:00:00 2001 From: Eileen Date: Fri, 3 Jan 2014 18:01:32 +1300 Subject: [PATCH] api_v3_PledgePaymentTest E-Notice fix (marked it compliant too soon) --- tests/phpunit/api/v3/PledgePaymentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/api/v3/PledgePaymentTest.php b/tests/phpunit/api/v3/PledgePaymentTest.php index b20b215218..41725f1273 100644 --- a/tests/phpunit/api/v3/PledgePaymentTest.php +++ b/tests/phpunit/api/v3/PledgePaymentTest.php @@ -209,7 +209,7 @@ class api_v3_PledgePaymentTest extends CiviUnitTestCase { 'contact_id' => $this->_individualId, 'pledge_create_date' => date('Ymd'), 'start_date' => date('Ymd'), - 'scheduled_date' => $this->scheduled_date, + 'scheduled_date' => 'first day 2015', 'pledge_amount' => 100.00, 'pledge_status_id' => '2', 'pledge_financial_type_id' => '1', -- 2.25.1