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

Go to the source code of this file.

Variables

 $quoteShippingAddress
 
 $customerRepository
 
 $addressRepository
 
 $quote = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Quote\Model\Quote::class)
 
 $quoteIdMask
 

Variable Documentation

◆ $addressRepository

$addressRepository
Initial value:
\Magento\Customer\Api\AddressRepositoryInterface::class
)

Definition at line 20 of file quote_with_virtual_product_and_address.php.

◆ $customerRepository

$customerRepository
Initial value:
\Magento\Customer\Api\CustomerRepositoryInterface::class
)

Definition at line 16 of file quote_with_virtual_product_and_address.php.

◆ $quote

$quote = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Quote\Model\Quote::class)

Definition at line 26 of file quote_with_virtual_product_and_address.php.

◆ $quoteIdMask

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

Definition at line 42 of file quote_with_virtual_product_and_address.php.

◆ $quoteShippingAddress

$quoteShippingAddress
Initial value:

Definition at line 12 of file quote_with_virtual_product_and_address.php.