File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -34,28 +34,11 @@ class GetCustomerCartTest extends GraphQlAbstract
34
34
/** @var array */
35
35
private $ headers ;
36
36
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
-
51
37
protected function setUp ()
52
38
{
53
39
$ objectManager = Bootstrap::getObjectManager ();
54
40
$ this ->getMaskedQuoteIdByReservedOrderId = $ objectManager ->get (GetMaskedQuoteIdByReservedOrderId::class);
55
41
$ 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);
59
42
}
60
43
61
44
/**
You can’t perform that action at this time.
0 commit comments