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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $registry = $objectManager->get(\Magento\Framework\Registry::class)
 
 $productSkuList = ['simple_cat_3', 'simple_cat_4']
 
 $collection = $objectManager->create(\Magento\Catalog\Model\ResourceModel\Category\Collection::class)
 
 $quote = $objectManager->create(\Magento\Quote\Model\Quote::class)
 
 $quoteIdMask = $objectManager->create(\Magento\Quote\Model\QuoteIdMask::class)
 

Variable Documentation

◆ $collection

$collection = $objectManager->create(\Magento\Catalog\Model\ResourceModel\Category\Collection::class)

◆ $objectManager

◆ $productSkuList

$productSkuList = ['simple_cat_3', 'simple_cat_4']

◆ $quote

$quote = $objectManager->create(\Magento\Quote\Model\Quote::class)

◆ $quoteIdMask

$quoteIdMask = $objectManager->create(\Magento\Quote\Model\QuoteIdMask::class)

◆ $registry

$registry = $objectManager->get(\Magento\Framework\Registry::class)