Merge branch 'JohnFF-patch-1'
[civicrm-core.git] / tests / phpunit / api / v3 / PledgePaymentTest.php
index 705c7cbf9760678a312f059a52ff630c19f6139a..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.                                    |
  |                                                                    |
@@ -44,7 +44,6 @@ class api_v3_PledgePaymentTest extends CiviUnitTestCase {
   protected $_contributionID;
   protected $_financialTypeId = 1;
   protected $_entity = 'PledgePayment';
-  public $_eNoticeCompliant = FALSE;
   public $DBResetRequired = TRUE;
 
   function setUp() {
@@ -210,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',