You are here

protected property PaymentCheckoutTest::$defaultAddress in Commerce Core 8.2

The default profile's address.

Type: array

File

modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php, line 47

Class

PaymentCheckoutTest
Tests the integration between payments and checkout.

Namespace

Drupal\Tests\commerce_payment\FunctionalJavascript

Code

protected $defaultAddress = [
  'country_code' => 'US',
  'administrative_area' => 'SC',
  'locality' => 'Greenville',
  'postal_code' => '29616',
  'address_line1' => '9 Drupal Ave',
  'given_name' => 'Bryan',
  'family_name' => 'Centarro',
];