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 dc5f3f7 commit 01833d7Copy full SHA for 01833d7
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Category/ProductTest.php
@@ -30,7 +30,7 @@ protected function setUp()
30
{
31
/** @var \Magento\Framework\Indexer\IndexerInterface indexer */
32
$this->indexer = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
33
- ґMagento\Indexer\Model\Indexer::class
+ \Magento\Indexer\Model\Indexer::class
34
);
35
$this->indexer->load('catalog_category_product');
36
0 commit comments