Skip to content

Commit 8c68a3d

Browse files
author
Viktor Paladiychuk
committed
MAGETWO-62660: [GitHub] Overly aggressive performance optimizations of the static content deployment #7862
1 parent be5557f commit 8c68a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Deploy/Test/Unit/Model/Deploy/JsDictionaryDeployTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testDeploy()
8383

8484
$dictionary = 'js-translation.json';
8585

86-
$this->translationJsConfig->expects(self::exactly(1))->method('getDictionaryFileName')
86+
$this->translationJsConfig->expects(self::once())->method('getDictionaryFileName')
8787
->willReturn($dictionary);
8888

8989
$this->translator->expects($this->once())->method('setLocale')->with($locale);

0 commit comments

Comments
 (0)