File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/code/Magento/QuoteGraphQl/Model/Resolver
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class CustomerCart implements ResolverInterface
29
29
/**
30
30
* @var CartManagementInterface
31
31
*/
32
- protected $ cartManagement ;
32
+ private $ cartManagement ;
33
33
34
34
/**
35
35
* @param CreateEmptyCartForCustomer $createEmptyCartForCustomer
Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ public function testGetCartWithNotDefaultStore()
190
190
}
191
191
192
192
/**
193
- * @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
193
+ * @magentoApiDataFixture Magento/Customer/_files/customer.php
194
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
194
195
* @magentoApiDataFixture Magento/Store/_files/second_store.php
195
196
*
196
197
* @expectedException Exception
You can’t perform that action at this time.
0 commit comments