File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/integration/testsuite/Magento/Bundle/Model/Product Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ protected function setUp()
40
40
$ this ->productRepository = $ this ->objectManager ->create (\Magento \Catalog \Api \ProductRepositoryInterface::class);
41
41
}
42
42
43
- public function testOptionTitlesOnDifferentStores () {
43
+ public function testOptionTitlesOnDifferentStores ()
44
+ {
44
45
/**
45
46
* @var \Magento\Bundle\Model\Product\OptionList $optionList
46
47
*/
47
- $ optionList = $ this ->objectManager ->create (' \Magento\Bundle\Model\Product\OptionList ' );
48
+ $ optionList = $ this ->objectManager ->create (\Magento \Bundle \Model \Product \OptionList::class );
48
49
49
50
$ secondStoreId = $ this ->store ->load ('fixture_second_store ' )->getId ();
50
51
$ thirdStoreId = $ this ->store ->load ('fixture_third_store ' )->getId ();
You can’t perform that action at this time.
0 commit comments