Skip to content

Commit

Permalink
Travic CI - This pull request quality could be better.
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored and mageprince committed Jul 9, 2018
1 parent ca3c79c commit 311f8ca
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ protected function setUp()
*/
public function testConstructorNothingToMerge()
{
new \Magento\Framework\View\Asset\Merged($this->logger, $this->mergeStrategy, $this->assetRepo, $this->versionStorage, []);
new \Magento\Framework\View\Asset\Merged(
$this->logger, $this->mergeStrategy,
$this->assetRepo,
$this->versionStorage,
[]
);
}

/**
Expand Down

0 comments on commit 311f8ca

Please sign in to comment.