Skip to content

Commit 1d569e2

Browse files
committed
MAGETWO-57153: [Backport] - [Github] Custom options not displayed correctly on a store view level #2908 #5885 #5612 - for 2.1
1 parent 282a80a commit 1d569e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Option/ValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testRemoveValueTitleCustomStore()
8080
}
8181

8282
/**
83-
* Returns option title by type.
83+
* Returns option value title.
8484
*
8585
* @param int|null $storeId
8686
* @return string|null

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/OptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testRemoveOptionTitleCustomStore()
8080
}
8181

8282
/**
83-
* Returns option title by type.
83+
* Returns option title.
8484
*
8585
* @param int|null $storeId
8686
* @return string|null

0 commit comments

Comments
 (0)