Skip to content

Commit f70c155

Browse files
committed
MAGETWO-67024: Sorting by price ignores Catalog Price Rule for Simple product with required custom option
1 parent 5da50d2 commit f70c155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testSetGetFinalPrice()
7979
* @magentoDataFixture Magento/Catalog/_files/product_with_options.php
8080
* @return void
8181
*/
82-
public function testGetMinPrice() : void
82+
public function testGetMinPrice(): void
8383
{
8484
$productRepository = Bootstrap::getObjectManager()->create(ProductRepositoryInterface::class);
8585
$product = $productRepository->get('simple');

0 commit comments

Comments
 (0)