We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6672d commit 392a418Copy full SHA for 392a418
dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form/AddressTest.php
@@ -122,6 +122,10 @@ public function testGetAddressCollectionJson()
122
'postcode' => '90230',
123
'telephone' => '3468676',
124
'vat_id' => false,
125
+ 'prefix' => false,
126
+ 'middlename' => false,
127
+ 'suffix' => false,
128
+ 'fax' => false
129
],
130
$addresses[1]->getId() => [
131
'telephone' => '845454465',
@@ -135,6 +139,10 @@ public function testGetAddressCollectionJson()
135
139
'region' => false,
136
140
'region_id' => 0,
137
141
142
143
144
145
138
146
]
147
];
148
0 commit comments