Skip to content

Commit 88b1228

Browse files
committed
MC-22216: Tests for the customerCart Query
- CR comments
1 parent 7f384f6 commit 88b1228

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCustomerCartTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,11 @@ class GetCustomerCartTest extends GraphQlAbstract
3434
/** @var array */
3535
private $headers;
3636

37-
/**
38-
* @var CartManagementInterface
39-
*/
40-
private $cartManagement;
41-
42-
/**
43-
* @var CartRepositoryInterface
44-
*/
45-
private $cartRepository;
46-
/**
47-
* @var QuoteIdMaskFactory
48-
*/
49-
private $quoteIdMaskFactory;
50-
5137
protected function setUp()
5238
{
5339
$objectManager = Bootstrap::getObjectManager();
5440
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);
5541
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
56-
$this->cartManagement = $objectManager->get(CartManagementInterface::class);
57-
$this->cartRepository = $objectManager->get(CartRepositoryInterface::class);
58-
$this->quoteIdMaskFactory = $objectManager->get(QuoteIdMaskFactory::class);
5942
}
6043

6144
/**

0 commit comments

Comments
 (0)