Skip to content

Commit a232197

Browse files
committed
MC-29332: Storefront: Custom options on configurable product page
1 parent 2e10f8f commit a232197

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/Options/RenderOptionsTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RenderOptionsTest extends AbstractRenderCustomOptionsTest
1919
* Check that options from text group(field, area) render as expected.
2020
*
2121
* @magentoDataFixture Magento/Catalog/_files/product_without_options_with_stock_data.php
22-
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\TextGroupDataProvider::getData()
22+
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\TextGroupDataProvider::getData
2323
*
2424
* @param array $optionData
2525
* @param array $checkArray
@@ -34,7 +34,7 @@ public function testRenderCustomOptionsFromTextGroup(array $optionData, array $c
3434
* Check that options from file group(file) render as expected.
3535
*
3636
* @magentoDataFixture Magento/Catalog/_files/product_without_options_with_stock_data.php
37-
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\FileGroupDataProvider::getData()
37+
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\FileGroupDataProvider::getData
3838
*
3939
* @param array $optionData
4040
* @param array $checkArray
@@ -49,7 +49,7 @@ public function testRenderCustomOptionsFromFileGroup(array $optionData, array $c
4949
* Check that options from select group(drop-down, radio buttons, checkbox, multiple select) render as expected.
5050
*
5151
* @magentoDataFixture Magento/Catalog/_files/product_without_options_with_stock_data.php
52-
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\SelectGroupDataProvider::getData()
52+
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\SelectGroupDataProvider::getData
5353
*
5454
* @param array $optionData
5555
* @param array $optionValueData
@@ -68,7 +68,7 @@ public function testRenderCustomOptionsFromSelectGroup(
6868
* Check that options from date group(date, date & time, time) render as expected.
6969
*
7070
* @magentoDataFixture Magento/Catalog/_files/product_without_options_with_stock_data.php
71-
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\DateGroupDataProvider::getData()
71+
* @dataProvider \Magento\TestFramework\Catalog\Block\Product\View\Options\DateGroupDataProvider::getData
7272
*
7373
* @param array $optionData
7474
* @param array $checkArray

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Block/Product/View/CustomOptions/RenderOptionsTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RenderOptionsTest extends AbstractRenderCustomOptionsTest
2121
* Check that options from text group(field, area) render on configurable product as expected.
2222
*
2323
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_product_with_two_child_products.php
24-
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\TextGroupDataProvider::getData()
24+
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\TextGroupDataProvider::getData
2525
*
2626
* @param array $optionData
2727
* @param array $checkArray
@@ -36,7 +36,7 @@ public function testRenderCustomOptionsFromTextGroup(array $optionData, array $c
3636
* Check that options from file group(file) render on configurable product as expected.
3737
*
3838
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_product_with_two_child_products.php
39-
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\FileGroupDataProvider::getData()
39+
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\FileGroupDataProvider::getData
4040
*
4141
* @param array $optionData
4242
* @param array $checkArray
@@ -52,7 +52,7 @@ public function testRenderCustomOptionsFromFileGroup(array $optionData, array $c
5252
* on configurable product as expected.
5353
*
5454
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_product_with_two_child_products.php
55-
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\SelectGroupDataProvider::getData()
55+
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\SelectGroupDataProvider::getData
5656
*
5757
* @param array $optionData
5858
* @param array $optionValueData
@@ -71,7 +71,7 @@ public function testRenderCustomOptionsFromSelectGroup(
7171
* Check that options from date group(date, date & time, time) render on configurable product as expected.
7272
*
7373
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_product_with_two_child_products.php
74-
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\DateGroupDataProvider::getData()
74+
* @dataProvider \Magento\TestFramework\ConfigurableProduct\Block\CustomOptions\DateGroupDataProvider::getData
7575
*
7676
* @param array $optionData
7777
* @param array $checkArray

0 commit comments

Comments
 (0)