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 2d740d5 commit f098115Copy full SHA for f098115
dev/tests/integration/testsuite/Magento/Catalog/Model/Product/ActionTest.php
@@ -27,7 +27,7 @@ protected function setUp()
27
$cacheState = $this->objectManager->get(\Magento\Framework\App\Cache\StateInterface::class);
28
$cacheState->setEnabled(\Magento\PageCache\Model\Cache\Type::TYPE_IDENTIFIER, true);
29
30
- $this->action = $this->objectManager->create(\Magento\Catalog\Model\Product\Action\Interceptor::class);
+ $this->action = $this->objectManager->create(\Magento\Catalog\Model\Product\Action::class);
31
}
32
33
/**
0 commit comments