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 ba974c4 commit e87f553Copy full SHA for e87f553
dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php
@@ -237,7 +237,7 @@ public function testDeploymentWithMinifierEnabled()
237
/** @var \Magento\Deploy\Model\Deployer $deployer */
238
$deployer = $this->objectManager->create(
239
\Magento\Deploy\Model\Deployer::class,
240
- ['filesUtil' => $filesUtil, 'output' => $output, 'isDryRun' => false]
+ ['filesUtil' => $filesUtil, 'output' => $output]
241
);
242
243
$deployer->deploy($omFactory, ['en_US'], ['frontend' => ['FrameworkViewMinifier/default']]);
0 commit comments