Skip to content

Commit 985783c

Browse files
committed
MAGETWO-31500: Move Minification Config Settings to the Magento Setup application
- Refactor references to \Magento\Framework\View\Asset\Config for newly introduced code after merging with mainline
1 parent 24d9e46 commit 985783c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ protected function setUp()
3636
*/
3737
public function testCssMinifierLibrary()
3838
{
39-
/** @var \Magento\Core\Model\Asset\Config $config */
40-
$config = $this->objectManager->get('\Magento\Core\Model\Asset\Config');
39+
/** @var \Magento\Framework\View\Asset\Config $config */
40+
$config = $this->objectManager->get('Magento\Framework\View\Asset\Config');
4141
$adapterClass = $config->getAssetMinificationAdapter('css');
4242

4343
/** @var \Magento\Framework\Code\Minifier\AdapterInterface $adapter */

0 commit comments

Comments
 (0)