|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() | |
| $product = $objectManager->create(\Magento\Catalog\Model\Product::class) | |
| $quoteProduct = $product->load($product->getIdBySku('simple_one')) | |
| $quoteIdMask | |
| $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Save quote_with_address fixture
The quote is not saved inside the original fixture. It is later saved inside child fixtures, but along with some additional data which may break some tests.
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 14 of file quote_with_items_saved.php.
| $product = $objectManager->create(\Magento\Catalog\Model\Product::class) |
Definition at line 15 of file quote_with_items_saved.php.
| $quoteIdMask |
Definition at line 47 of file quote_with_items_saved.php.
| $quoteProduct = $product->load($product->getIdBySku('simple_one')) |
Definition at line 41 of file quote_with_items_saved.php.