Skip to content

Commit 52c99d7

Browse files
committed
Deliver catalog storefront tests changes to mainline
1 parent 9faeb82 commit 52c99d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/configurable_products_with_custom_attribute_layered_navigation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66
declare(strict_types=1);
77

8+
use Magento\TestFramework\Workaround\Override\Fixture\Resolver;
9+
810
Resolver::getInstance()->requireDataFixture('Magento/ConfigurableProduct/_files/configurable_products.php');
911

1012
use Magento\TestFramework\Helper\Bootstrap;

dev/tests/integration/testsuite/Magento/Wishlist/_files/wishlist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@
3838
$indexer = Bootstrap::getObjectManager()->create(\Magento\Indexer\Model\Indexer::class);
3939
$indexer->load('catalog_product_price');
4040
$indexer->reindexList([$product->getId()]);
41-

0 commit comments

Comments
 (0)