|
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() | |
| $productRepository = $objectManager->create(\Magento\Catalog\Api\ProductRepositoryInterface::class) | |
| $product = $productRepository->get('simple') | |
| $options = [] | |
| foreach($product->getOptions() as $option) | $requestInfo = new \Magento\Framework\DataObject(['qty' => 1, 'options' => $options]) |
| $validatorFile = (new ValidatorFileMock())->getInstance() | |
| $quoteIdMask | |
| $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Definition at line 13 of file quote_with_items_and_custom_options_saved.php.
| $options = [] |
Definition at line 18 of file quote_with_items_and_custom_options_saved.php.
| $product = $productRepository->get('simple') |
Definition at line 16 of file quote_with_items_and_custom_options_saved.php.
| $productRepository = $objectManager->create(\Magento\Catalog\Api\ProductRepositoryInterface::class) |
Definition at line 15 of file quote_with_items_and_custom_options_saved.php.
| $quoteIdMask |
Definition at line 49 of file quote_with_items_and_custom_options_saved.php.
| foreach ( $product->getOptions() as $option) $requestInfo = new \Magento\Framework\DataObject(['qty' => 1, 'options' => $options]) |
Definition at line 38 of file quote_with_items_and_custom_options_saved.php.
| $validatorFile = (new ValidatorFileMock())->getInstance() |
Definition at line 39 of file quote_with_items_and_custom_options_saved.php.