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 261aa14 commit 9c8e389Copy full SHA for 9c8e389
dev/tests/integration/testsuite/Magento/Framework/View/Asset/MinifierTest.php
@@ -248,6 +248,6 @@ public function testDeploymentWithMinifierEnabled()
248
file_get_contents(dirname(__DIR__) . '/_files/static/expected/styles.magento.min.css'),
249
file_get_contents($fileToBePublished),
250
'Minified file is not equal or minification did not work for deployed CSS'
251
- );
+ );
252
}
253
0 commit comments