Skip to content

Commit

Permalink
MAGETWO-44971: [GITHUB] Configurable product issues after saving #2226
Browse files Browse the repository at this point in the history
- fix static
  • Loading branch information
Andrii Lugovyi committed Nov 20, 2015
1 parent ecf0b2a commit cbf9699
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function testGetOptions()
$currentProductMock = $this->getMock(
'Magento\Catalog\Model\Product', ['getTypeInstance', '__wakeup'], [], '', false
);

$attributesCount = 3;
$attributes = [];
for ($i = 1; $i < $attributesCount; $i++) {
Expand Down Expand Up @@ -155,7 +154,6 @@ public function testGetOptions()
'attribute_code_value_2' => ['product_id_1', 'product_id_2'],
],
];

$this->_imageHelperMock->expects($this->any())
->method('init')
->willReturnSelf();
Expand Down

0 comments on commit cbf9699

Please sign in to comment.