Skip to content

Commit 7f384f6

Browse files
committed
MC-22216: Tests for the customerCart Query
- added rollback fixture
1 parent 713b022 commit 7f384f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Checkout/_files/active_quote_customer_not_default_store_rollback.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
77
$quote = $objectManager->create(\Magento\Quote\Model\Quote::class);
88
$quote->load('test_order_1_not_default_store', 'reserved_order_id')->delete();
9+
10+
require __DIR__ . '/../../../Magento/Customer/_files/customer_rollback.php';
11+
require __DIR__ . '/../../../Magento/Store/_files/second_store_rollback.php';

0 commit comments

Comments
 (0)