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 09ece03 commit d902872Copy full SHA for d902872
app/code/Magento/Catalog/Test/Unit/Pricing/Price/CustomOptionPriceTest.php
@@ -307,7 +307,7 @@ protected function getOptionValueMock($price)
307
->disableOriginalConstructor()
308
->setMethods(['getValue'])
309
->getMockForAbstractClass();
310
- $priceMock->method('getValue')->willReturn($price );
+ $priceMock->method('getValue')->willReturn($price);
311
312
$this->priceInfo->method('getPrice')->willReturn($priceMock);
313
0 commit comments