Merge branch 'JohnFF-patch-1'
[civicrm-core.git] / tests / phpunit / api / v3 / PledgePaymentTest.php
index b20b2152183259d0e6458c77ca4933778f3ab27c..8ca9c27345bf5296764109653d9387d5b31557f0 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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',