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.
1 parent 19844aa commit 73b6576Copy full SHA for 73b6576
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