File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Catalog \Test \Unit \Controller \Adminhtml \Product \Initialization ;
7
7
8
- use Magento \Catalog \Api \ProductRepositoryInterface \ Proxy as ProductRepository ;
8
+ use Magento \Catalog \Api \ProductRepositoryInterface as ProductRepository ;
9
9
use Magento \Catalog \Controller \Adminhtml \Product \Initialization \Helper ;
10
10
use Magento \Catalog \Controller \Adminhtml \Product \Initialization \StockDataFilter ;
11
11
use Magento \Catalog \Model \Product ;
@@ -97,7 +97,6 @@ protected function setUp()
97
97
->disableOriginalConstructor ()
98
98
->getMock ();
99
99
$ this ->productRepositoryMock = $ this ->getMockBuilder (ProductRepository::class)
100
- ->setMethods (['getById ' ])
101
100
->disableOriginalConstructor ()
102
101
->getMock ();
103
102
$ this ->requestMock = $ this ->getMockBuilder (RequestInterface::class)
You can’t perform that action at this time.
0 commit comments