Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_address_saved_rollback.php
Go to the documentation of this file.
1 <?php
11 $quote = $objectManager->create(\Magento\Quote\Model\Quote::class);
12 $quote->load('test_order_1', 'reserved_order_id')->delete();
13 
15 $quoteIdMask = $objectManager->create(\Magento\Quote\Model\QuoteIdMask::class);
16 $quoteIdMask->delete($quote->getId());
17 
18 require __DIR__ . '/../../Checkout/_files/quote_with_address_rollback.php';
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60