File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Unit/Pricing/Render Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ public function testShowMinimalPrice()
359
359
{
360
360
$ minimalPrice = 5.0 ;
361
361
$ finalPrice = 10.0 ;
362
- $ displayMininmalPrice = true ;
362
+ $ displayMinimalPrice = true ;
363
363
364
364
$ this ->minimalPriceCalculator ->expects ($ this ->once ())->method ('getValue ' )->with ($ this ->product )
365
365
->willReturn ($ minimalPrice );
@@ -379,7 +379,7 @@ public function testShowMinimalPrice()
379
379
->with (FinalPrice::PRICE_CODE )
380
380
->willReturn ($ finalPriceType );
381
381
382
- $ this ->object ->setDisplayMinimalPrice ($ displayMininmalPrice );
382
+ $ this ->object ->setDisplayMinimalPrice ($ displayMinimalPrice );
383
383
$ this ->assertTrue ($ this ->object ->showMinimalPrice ());
384
384
}
385
385
You can’t perform that action at this time.
0 commit comments