Update copyright date for 2020
[civicrm-core.git] / tests / phpunit / CRM / Core / Payment / AuthorizeNetTest.php
index 4060c5b56cfca70941ab91689b20b795988525f2..3231a89613bf8d289850fc893c1f3c2ad73c8ec5 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
+ | Copyright CiviCRM LLC (c) 2004-2020                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -99,11 +99,11 @@ class CRM_Core_Payment_AuthorizeNetTest extends CiviUnitTestCase {
       'billing_state_province_id-5' => 1012,
       'billing_postal_code-5' => 5010,
       'billing_country_id-5' => 1228,
-      'credit_card_number' => '4007000000027',
+      'credit_card_number' => '4444333322221111',
       'cvv2' => 123,
       'credit_card_exp_date' => [
-        'M' => 10,
-        'Y' => 2019,
+        'M' => 9,
+        'Y' => 2025,
       ],
       'credit_card_type' => 'Visa',
       'is_recur' => 1,
@@ -126,8 +126,8 @@ class CRM_Core_Payment_AuthorizeNetTest extends CiviUnitTestCase {
       'state_province-5' => 'IL',
       'billing_country-5' => 'US',
       'country-5' => 'US',
-      'year' => 2019,
-      'month' => 10,
+      'year' => 2025,
+      'month' => 9,
       'ip_address' => '127.0.0.1',
       'amount' => 7,
       'amount_level' => 0,