Skip to content

Commit 917093b

Browse files
committed
MAGETWO-91562: Sorting on price of configurable products in catalog not working properly
1 parent a0bba45 commit 917093b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogRule/_files/configurable_product_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
\Magento\TestFramework\Helper\Bootstrap::getInstance()->getInstance()->reinitialize();
89

dev/tests/integration/testsuite/Magento/CatalogRule/_files/simple_products.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
require __DIR__ . '/attribute.php';
89

0 commit comments

Comments
 (0)