Skip to content

Commit 120d23f

Browse files
committed
Fixed 2.4.4-beta2 Composer Integration Failures
1 parent 724953d commit 120d23f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
} catch (StateException $exception) {
2727
}
2828

29+
\Magento\Framework\App\ObjectManager::getInstance()
30+
->create(\Magento\CatalogInventory\Model\Indexer\Stock\Processor::class)
31+
->reindexAll();
32+
2933
$registry->unregister('isSecureArea');
3034
$registry->register('isSecureArea', false);

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ protected function tearDown(): void
116116
}
117117

118118
/**
119-
* @magentoDataFixture Magento/Catalog/_files/product_virtual.php
120119
* @magentoDataFixture Magento/Sales/_files/quote.php
120+
* @magentoDataFixture Magento/Catalog/_files/product_virtual.php
121121
* @return void
122122
*/
123123
public function testCollectTotalsWithVirtual(): void

0 commit comments

Comments
 (0)