Skip to content

Commit e5708b0

Browse files
committed
#813: removed redundant dependency
1 parent 86151ce commit e5708b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/UpdateConfigurableCartItemsTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace Magento\GraphQl\ConfigurableProduct;
1010

11-
use Magento\Catalog\Api\ProductRepositoryInterface;
1211
use Magento\ConfigurableProduct\Model\Product\Type\Configurable;
1312
use Magento\Framework\Exception\NoSuchEntityException as NoSuchEntityException;
1413
use Magento\GraphQl\Quote\GetMaskedQuoteIdByReservedOrderId;
@@ -34,11 +33,6 @@ class UpdateConfigurableCartItemsTest extends GraphQlAbstract
3433
*/
3534
private $getMaskedQuoteIdByReservedOrderId;
3635

37-
/**
38-
* @var ProductRepositoryInterface
39-
*/
40-
private $productRepository;
41-
4236
/**
4337
* @var QuoteFactory
4438
*/
@@ -77,7 +71,6 @@ protected function setUp()
7771
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);
7872
$this->quoteFactory = $objectManager->get(QuoteFactory::class);
7973
$this->quoteResource = $objectManager->get(QuoteResource::class);
80-
$this->productRepository = $objectManager->get(ProductRepositoryInterface::class);
8174
$this->quoteIdMaskFactory = Bootstrap::getObjectManager()->get(QuoteIdMaskFactory::class);
8275
}
8376

0 commit comments

Comments
 (0)