Skip to content

Commit aabaa78

Browse files
author
Roman Liukshyn
committed
MTA-561: Re-factor Tests for Onepage Checkout with Online Shipping Carrier
- config for DE customer - updated variations
1 parent a68cc70 commit aabaa78

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Repository/AddressInjectable.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,20 @@ public function __construct(array $defaultConfig = [], array $defaultData = [])
165165
'fax' => '444-44-444-44',
166166
];
167167

168+
$this->_data['customer_DE'] = [
169+
'firstname' => 'Jan',
170+
'lastname' => 'Jansen',
171+
'email' => 'JanJansen_%isolation%@example.com',
172+
'company' => 'Magento %isolation%',
173+
'city' => 'Berlin',
174+
'street' => 'Augsburger Strabe 41',
175+
'postcode' => '10789',
176+
'country_id' => 'Germany',
177+
'region_id' => 'Berlin',
178+
'telephone' => '333-33-333-33',
179+
'fax' => '333-33-333-33',
180+
];
181+
168182
$this->_data['address_US_1'] = [
169183
'firstname' => 'John',
170184
'lastname' => 'Doe',

0 commit comments

Comments
 (0)