You are here

protected property ShipmentAdminTest::$defaultAddress in Commerce Shipping 8.2

The default profile's address.

Type: array

File

tests/src/FunctionalJavascript/ShipmentAdminTest.php, line 38

Class

ShipmentAdminTest
Tests the shipment admin UI.

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',
];