Skip to content

Commit 73b6576

Browse files
committed
AC-7585:: Composer build failures - Web API
1 parent 19844aa commit 73b6576

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
*/
2424
class CartPromotionsTest extends GraphQlAbstract
2525
{
26+
/**
27+
* @var float
28+
*/
29+
private const EPSILON = 0.0000000001;
30+
2631
/**
2732
* Test adding single cart rule to multiple products in a cart
2833
*
2934
* @magentoApiDataFixture Magento/Catalog/_files/multiple_products.php
3035
* @magentoApiDataFixture Magento/SalesRule/_files/rules_category.php
3136
*/
3237

33-
/**
34-
* @var float
35-
*/
36-
private const EPSILON = 0.0000000001;
37-
3838
public function testCartPromotionSingleCartRule()
3939
{
4040
$skus =['simple1', 'simple2'];

0 commit comments

Comments
 (0)