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 24d9e46 commit 985783cCopy full SHA for 985783c
dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php
@@ -36,8 +36,8 @@ protected function setUp()
36
*/
37
public function testCssMinifierLibrary()
38
{
39
- /** @var \Magento\Core\Model\Asset\Config $config */
40
- $config = $this->objectManager->get('\Magento\Core\Model\Asset\Config');
+ /** @var \Magento\Framework\View\Asset\Config $config */
+ $config = $this->objectManager->get('Magento\Framework\View\Asset\Config');
41
$adapterClass = $config->getAssetMinificationAdapter('css');
42
43
/** @var \Magento\Framework\Code\Minifier\AdapterInterface $adapter */
0 commit comments