Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit f65c6c0

Browse files
committed
GraphQL-431: Updated to the latest Dev. Resolved conflicts
1 parent 6001066 commit f65c6c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Quote\Model\QuoteFactory;
1212
use Magento\Quote\Model\QuoteIdToMaskedQuoteIdInterface;
1313
use Magento\Quote\Model\ResourceModel\Quote as QuoteResource;
14-
use Magento\Quote\Model\Quote\Address;
1514
use Magento\TestFramework\Helper\Bootstrap;
1615
use Magento\TestFramework\TestCase\GraphQlAbstract;
1716

@@ -35,11 +34,6 @@ class SetBillingAddressOnCartTest extends GraphQlAbstract
3534
*/
3635
private $quoteIdToMaskedId;
3736

38-
/**
39-
* @var Address
40-
*/
41-
private $quoteShippingAddress;
42-
4337
/**
4438
* @var CustomerTokenServiceInterface
4539
*/
@@ -51,7 +45,6 @@ protected function setUp()
5145
$this->quoteResource = $objectManager->get(QuoteResource::class);
5246
$this->quoteFactory = $objectManager->get(QuoteFactory::class);
5347
$this->quoteIdToMaskedId = $objectManager->get(QuoteIdToMaskedQuoteIdInterface::class);
54-
$this->quoteShippingAddress = $objectManager->get(Address::class);
5548
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
5649
}
5750

0 commit comments

Comments
 (0)