Test class for \Magento\Multishipping\Controller\Checkout
@magentoAppArea frontend @magentoDataFixture Magento/Sales/_files/quote.php @magentoDataFixture Magento/Customer/_files/customer.php
Definition at line 17 of file CheckoutTest.php.
◆ setUp()
Definition at line 32 of file CheckoutTest.php.
35 $this->quote = $this->_objectManager->create(\
Magento\Quote\Model\Quote::class);
36 $this->checkoutSession = $this->_objectManager->get(\
Magento\Checkout\Model\Session::class);
38 $this->quote->load(
'test01',
'reserved_order_id');
39 $this->checkoutSession->setQuoteId($this->quote->getId());
40 $this->checkoutSession->setCartWasUpdated(
false);
◆ $checkoutSession
◆ $quote
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Multishipping/Controller/CheckoutTest.php