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 be5557f commit 8c68a3dCopy full SHA for 8c68a3d
app/code/Magento/Deploy/Test/Unit/Model/Deploy/JsDictionaryDeployTest.php
@@ -83,7 +83,7 @@ public function testDeploy()
83
84
$dictionary = 'js-translation.json';
85
86
- $this->translationJsConfig->expects(self::exactly(1))->method('getDictionaryFileName')
+ $this->translationJsConfig->expects(self::once())->method('getDictionaryFileName')
87
->willReturn($dictionary);
88
89
$this->translator->expects($this->once())->method('setLocale')->with($locale);
0 commit comments