We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ccb78 + 73b6576 commit 8afca5aCopy full SHA for 8afca5a
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php
@@ -23,18 +23,18 @@
23
*/
24
class CartPromotionsTest extends GraphQlAbstract
25
{
26
+ /**
27
+ * @var float
28
+ */
29
+ private const EPSILON = 0.0000000001;
30
+
31
/**
32
* Test adding single cart rule to multiple products in a cart
33
*
34
* @magentoApiDataFixture Magento/Catalog/_files/multiple_products.php
35
* @magentoApiDataFixture Magento/SalesRule/_files/rules_category.php
36
37
- /**
- * @var float
- */
- private const EPSILON = 0.0000000001;
-
38
public function testCartPromotionSingleCartRule()
39
40
$skus =['simple1', 'simple2'];
0 commit comments