You are here

protected property ProfileFieldCopyTest::$usAddress in Commerce Shipping 8.2

A US address.

Type: array

File

tests/src/FunctionalJavascript/ProfileFieldCopyTest.php, line 41

Class

ProfileFieldCopyTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\FunctionalJavascript

Code

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