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 116ea36 commit c4ba3ffCopy full SHA for c4ba3ff
lib/internal/Magento/Framework/View/Test/Unit/Asset/MergedTest.php
@@ -82,7 +82,8 @@ protected function setUp()
82
public function testConstructorNothingToMerge()
83
{
84
new \Magento\Framework\View\Asset\Merged(
85
- $this->logger, $this->mergeStrategy,
+ $this->logger,
86
+ $this->mergeStrategy,
87
$this->assetRepo,
88
[],
89
$this->versionStorage
0 commit comments