File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Catalog \Test \Unit \Controller \Adminhtml \Product \Initialization ;
7
7
8
8
use Magento \Catalog \Api \Data \ProductLinkInterfaceFactory ;
9
- use Magento \Catalog \Api \ProductRepositoryInterface \Proxy as ProductRepository ;
10
9
use Magento \Catalog \Api \ProductRepositoryInterface as ProductRepository ;
11
10
use Magento \Catalog \Controller \Adminhtml \Product \Initialization \Helper ;
12
11
use Magento \Catalog \Controller \Adminhtml \Product \Initialization \StockDataFilter ;
@@ -290,7 +289,6 @@ private function assembleProductMock($links = [])
290
289
$ this ->productMock ->expects ($ this ->once ())
291
290
->method ('addData ' )
292
291
->with ($ productData );
293
- $ this ->productMock ->expects ($ this ->once ())
294
292
$ this ->productMock ->expects ($ this ->any ())
295
293
->method ('getSku ' )
296
294
->willReturn ('sku ' );
You can’t perform that action at this time.
0 commit comments