Skip to content

Commit 7d1003b

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-56702: Around plugins refactoring: refactoring and unit test fixing/coverage
1 parent 403ffb5 commit 7d1003b

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Builder

1 file changed

+0
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Controller/Adminhtml/Product/Builder/PluginTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ protected function setUp()
7171
$this->requestMock = $this->getMock(\Magento\Framework\App\Request\Http::class, [], [], '', false);
7272
$methods = ['setTypeId', 'getAttributes', 'addData', 'setWebsiteIds', '__wakeup'];
7373
$this->productMock = $this->getMock(\Magento\Catalog\Model\Product::class, $methods, [], '', false);
74-
$product = $this->productMock;
7574
$attributeMethods = [
7675
'getId',
7776
'getFrontend',

0 commit comments

Comments
 (0)