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 c8f2a3e commit 0e96b27Copy full SHA for 0e96b27
app/code/Magento/Indexer/Test/Fixture/Indexer.php
@@ -37,9 +37,7 @@ public function apply(array $data = []): ?DataObject
37
$this->indexerCollection->load();
38
/** @var IndexerModel $indexer */
39
foreach ($this->indexerCollection->getItems() as $indexer) {
40
- if ($indexer->getState()->getData('status') === 'invalid') {
41
- $indexer->reindexAll();
42
- }
+ $indexer->reindexAll();
43
}
44
return null;
45
0 commit comments