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 8af7d1d commit 68e76d3Copy full SHA for 68e76d3
app/code/Magento/SalesRule/Test/Unit/Model/Rule/Action/Discount/ByFixedTest.php
@@ -74,6 +74,8 @@ protected function setUp(): void
74
}
75
76
/**
77
+ * Test fixed discount cannot be higher than products price
78
+ *
79
* @param $qty
80
* @param $ruleData
81
* @param $itemData
@@ -244,6 +246,8 @@ public function calculateDataProvider()
244
246
245
247
248
249
+ * Test Fixing quantity depending on discount step
250
251
* @param int $step
252
* @param int|float $qty
253
* @param int $expected
0 commit comments