You are here

protected property CheckoutPaneTest::$defaultAddress in Commerce Shipping 8.2

The default profile's address.

Type: array

File

tests/src/FunctionalJavascript/CheckoutPaneTest.php, line 59

Class

CheckoutPaneTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\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',
];