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 @@ -188,7 +188,8 @@ public function testGetCartWithNotDefaultStore()
188
188
}
189
189
190
190
/**
191
- * @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
191
+ * @magentoApiDataFixture Magento/Customer/_files/customer.php
192
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
192
193
* @magentoApiDataFixture Magento/Store/_files/second_store.php
193
194
*
194
195
* @expectedException Exception
You can’t perform that action at this time.
0 commit comments