Skip to content

Commit 56ac3ae

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-69496: Impossible specify Bundle option title on store view level with changes to more than one store view
1 parent fa99b34 commit 56ac3ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/SaveHandlerTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ protected function setUp()
4040
$this->productRepository = $this->objectManager->create(\Magento\Catalog\Api\ProductRepositoryInterface::class);
4141
}
4242

43-
public function testOptionTitlesOnDifferentStores() {
43+
public function testOptionTitlesOnDifferentStores()
44+
{
4445
/**
4546
* @var \Magento\Bundle\Model\Product\OptionList $optionList
4647
*/
47-
$optionList = $this->objectManager->create('\Magento\Bundle\Model\Product\OptionList');
48+
$optionList = $this->objectManager->create(\Magento\Bundle\Model\Product\OptionList::class);
4849

4950
$secondStoreId = $this->store->load('fixture_second_store')->getId();
5051
$thirdStoreId = $this->store->load('fixture_third_store')->getId();

0 commit comments

Comments
 (0)