File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Controller/Product Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Catalog \Model \Product ;
14
14
use Magento \Catalog \Model \Product \Visibility ;
15
15
use Magento \Eav \Model \Entity \Type ;
16
- use Magento \Framework \Api \SortOrderBuilder ;
17
16
use Magento \Framework \App \Http ;
18
17
use Magento \Framework \Registry ;
19
18
use Magento \Store \Model \StoreManagerInterface ;
@@ -62,9 +61,6 @@ class ViewTest extends AbstractController
62
61
/** @var StoreManagerInterface */
63
62
private $ storeManager ;
64
63
65
- /** @var SortOrderBuilder */
66
- private $ sortOrderBuilder ;
67
-
68
64
/** @var GetAttributeSetByName */
69
65
private $ getAttributeSetByName ;
70
66
@@ -82,7 +78,6 @@ protected function setUp()
82
78
->loadByCode (Product::ENTITY );
83
79
$ this ->registry = $ this ->_objectManager ->get (Registry::class);
84
80
$ this ->storeManager = $ this ->_objectManager ->get (StoreManagerInterface::class);
85
- $ this ->sortOrderBuilder = $ this ->_objectManager ->create (SortOrderBuilder::class);
86
81
$ this ->getAttributeSetByName = $ this ->_objectManager ->get (GetAttributeSetByName::class);
87
82
}
88
83
You can’t perform that action at this time.
0 commit comments