This repository was archived by the owner on Dec 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Quote \Model \QuoteFactory ;
12
12
use Magento \Quote \Model \QuoteIdToMaskedQuoteIdInterface ;
13
13
use Magento \Quote \Model \ResourceModel \Quote as QuoteResource ;
14
- use Magento \Quote \Model \Quote \Address ;
15
14
use Magento \TestFramework \Helper \Bootstrap ;
16
15
use Magento \TestFramework \TestCase \GraphQlAbstract ;
17
16
@@ -35,11 +34,6 @@ class SetBillingAddressOnCartTest extends GraphQlAbstract
35
34
*/
36
35
private $ quoteIdToMaskedId ;
37
36
38
- /**
39
- * @var Address
40
- */
41
- private $ quoteShippingAddress ;
42
-
43
37
/**
44
38
* @var CustomerTokenServiceInterface
45
39
*/
@@ -51,7 +45,6 @@ protected function setUp()
51
45
$ this ->quoteResource = $ objectManager ->get (QuoteResource::class);
52
46
$ this ->quoteFactory = $ objectManager ->get (QuoteFactory::class);
53
47
$ this ->quoteIdToMaskedId = $ objectManager ->get (QuoteIdToMaskedQuoteIdInterface::class);
54
- $ this ->quoteShippingAddress = $ objectManager ->get (Address::class);
55
48
$ this ->customerTokenService = $ objectManager ->get (CustomerTokenServiceInterface::class);
56
49
}
57
50
You can’t perform that action at this time.
0 commit comments