You are here

protected property ProfileFieldCopyTest::$frenchAddress in Commerce Shipping 8.2

A French address.

Type: array

File

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

Class

ProfileFieldCopyTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\FunctionalJavascript

Code

protected $frenchAddress = [
  'country_code' => 'FR',
  'locality' => 'Paris',
  'postal_code' => '75002',
  'address_line1' => '38 Rue du Sentier',
  'given_name' => 'Leon',
  'family_name' => 'Blum',
];