Skip to content

Commit 3f77466

Browse files
committed
MC-20682: Storefront: Add/remove product from other storeviews and websites
1 parent 736e9a6 commit 3f77466

File tree

1 file changed

+0
-5
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Product

1 file changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Product/ViewTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Magento\Catalog\Model\Product;
1414
use Magento\Catalog\Model\Product\Visibility;
1515
use Magento\Eav\Model\Entity\Type;
16-
use Magento\Framework\Api\SortOrderBuilder;
1716
use Magento\Framework\App\Http;
1817
use Magento\Framework\Registry;
1918
use Magento\Store\Model\StoreManagerInterface;
@@ -62,9 +61,6 @@ class ViewTest extends AbstractController
6261
/** @var StoreManagerInterface */
6362
private $storeManager;
6463

65-
/** @var SortOrderBuilder */
66-
private $sortOrderBuilder;
67-
6864
/** @var GetAttributeSetByName */
6965
private $getAttributeSetByName;
7066

@@ -82,7 +78,6 @@ protected function setUp()
8278
->loadByCode(Product::ENTITY);
8379
$this->registry = $this->_objectManager->get(Registry::class);
8480
$this->storeManager = $this->_objectManager->get(StoreManagerInterface::class);
85-
$this->sortOrderBuilder = $this->_objectManager->create(SortOrderBuilder::class);
8681
$this->getAttributeSetByName = $this->_objectManager->get(GetAttributeSetByName::class);
8782
}
8883

0 commit comments

Comments
 (0)