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 2121 */
2222class BundleProductViewTest extends GraphQlAbstract
2323{
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 ' ;
2626
2727 /**
2828 * @magentoApiDataFixture Magento/Bundle/_files/product_1.php
@@ -489,7 +489,7 @@ public function testBundleProductWithDisabledProductOption()
489489 /**
490490 * @magentoApiDataFixture Magento/Bundle/_files/bundle_product_with_sku_as_next_entity_id.php
491491 */
492- public function testBundleProductHavingSKUAsNextBundleProductId ()
492+ public function testBundleProductHavingSKUAsNextBundleProductId ()
493493 {
494494
495495 $ productSku = '4bundle-product ' ;
You can’t perform that action at this time.
0 commit comments