Skip to content

Commit 3c9ff84

Browse files
34991-Resolved static test failures
1 parent 76fe06e commit 3c9ff84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/BundleProductViewTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
*/
2222
class 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';

0 commit comments

Comments
 (0)