File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
*/
22
22
class BundleProductViewTest extends GraphQlAbstract
23
23
{
24
- const KEY_PRICE_TYPE_FIXED = 'FIXED ' ;
25
- const KEY_PRICE_TYPE_DYNAMIC = 'DYNAMIC ' ;
24
+ private const KEY_PRICE_TYPE_FIXED = 'FIXED ' ;
25
+ private const KEY_PRICE_TYPE_DYNAMIC = 'DYNAMIC ' ;
26
26
27
27
/**
28
28
* @magentoApiDataFixture Magento/Bundle/_files/product_1.php
@@ -489,7 +489,7 @@ public function testBundleProductWithDisabledProductOption()
489
489
/**
490
490
* @magentoApiDataFixture Magento/Bundle/_files/bundle_product_with_sku_as_next_entity_id.php
491
491
*/
492
- public function testBundleProductHavingSKUAsNextBundleProductId ()
492
+ public function testBundleProductHavingSKUAsNextBundleProductId ()
493
493
{
494
494
495
495
$ productSku = '4bundle-product ' ;
You can’t perform that action at this time.
0 commit comments