9 use Magento\Customer\Test\Fixture\Address;
10 use Magento\Sales\Test\Page\Adminhtml\OrderCreateIndex;
11 use Magento\Mtf\TestStep\TestStepInterface;
81 if ($this->shippingAddress !==
null) {
82 $this->setShippingAddress =
null;
84 $this->orderCreateIndex->getCreateBlock()
85 ->fillBillingAddress($this->billingAddress, $this->saveAddress, $this->setShippingAddress);
__construct(OrderCreateIndex $orderCreateIndex, Address $billingAddress, Address $shippingAddress=null, $saveAddress='No', $setShippingAddress=true)