We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ffb60 commit 92a6e89Copy full SHA for 92a6e89
app/code/Magento/CatalogRule/Test/Unit/Pricing/Price/CatalogRulePriceTest.php
@@ -210,12 +210,12 @@ public function testGetValueFromData()
210
{
211
$catalogRulePrice = 7.1;
212
$convertedPrice = 5.84;
213
-
+
214
$this->priceCurrencyMock->expects($this->any())
215
->method('convertAndRound')
216
->with($catalogRulePrice)
217
->will($this->returnValue($convertedPrice));
218
219
$this->saleableItemMock->expects($this->once())->method('hasData')
220
->with('catalog_rule_price')->willReturn(true);
221
$this->saleableItemMock->expects($this->once())->method('getData')
0 commit comments