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 e237ec4 commit d5688ddCopy full SHA for d5688dd
dev/tests/integration/testsuite/Magento/Elasticsearch/Model/Indexer/ReindexAllTest.php
@@ -77,6 +77,7 @@ protected function assertPreConditions(): void
77
{
78
$objectManager = Bootstrap::getObjectManager();
79
$currentEngine = $objectManager->get(EngineResolverInterface::class)->getCurrentSearchEngine();
80
+ // phpstan:ignore "Class Magento\TestModuleCatalogSearch\Model\SearchEngineVersionReader not found."
81
$installedEngine = $objectManager->get(SearchEngineVersionReader::class)->getFullVersion();
82
$this->assertEquals(
83
$installedEngine,
0 commit comments