Skip to content

Commit 4ba99e8

Browse files
committed
MAGETWO-50681: Merge mainline develop branch and stabilize bamboo builds
1 parent f5c9ed8 commit 4ba99e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Model/Product/Type/ConfigurableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public function testGetConfigurableAttributes()
446446

447447
/** @var \Magento\Catalog\Model\Product|\PHPUnit_Framework_MockObject_MockObject $product */
448448
$product = $this->getMockBuilder('Magento\Catalog\Model\Product')
449-
->setMethods(['getData', 'hasData', 'setData', 'getIdentities', 'getId'])
449+
->setMethods(['getData', 'hasData', 'setData', 'getIdentities', 'getId', 'getStoreId'])
450450
->disableOriginalConstructor()
451451
->getMock();
452452
$product->expects($this->once())->method('hasData')->with($configurableAttributes)->willReturn(false);

0 commit comments

Comments
 (0)