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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $orderItems []
 

Variable Documentation

◆ $objectManager

Definition at line 11 of file order_with_multiple_items.php.

◆ $orderItems

$orderItems[]
Initial value:
= [
'product_id' => $product->getId(),
'base_price' => 123,
'order_id' => $order->getId(),
'price' => 123,
'row_total' => 126,
'product_type' => 'simple'
]
$order
Definition: order.php:55

Definition at line 14 of file order_with_multiple_items.php.