Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
quote_with_items_saved.php File Reference

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
 

Variable Documentation

◆ $objectManager

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

$product = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 15 of file quote_with_items_saved.php.

◆ $quoteIdMask

$quoteIdMask
Initial value:
->create(\Magento\Quote\Model\QuoteIdMaskFactory::class)
->create()

Definition at line 47 of file quote_with_items_saved.php.

◆ $quoteProduct

$quoteProduct = $product->load($product->getIdBySku('simple_one'))

Definition at line 41 of file quote_with_items_saved.php.