Skip to content

Commit 1e0f349

Browse files
author
Karpenko, Oleksandr
committed
MAGETWO-69515: Static files are deployed too slow for multiple locales
1 parent f75ba2b commit 1e0f349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Deploy/Test/Unit/Service/DeployStaticContentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testDeploy($options, $expectedContentVersion)
123123
$package->expects($this->exactly(1))->method('isVirtual')->willReturn(false);
124124
$package->expects($this->exactly(3))->method('getArea')->willReturn('area');
125125
$package->expects($this->exactly(3))->method('getTheme')->willReturn('theme');
126-
$package->expects($this->exactly(2))->method('getLocale')->willReturn('locale');
126+
$package->expects($this->exactly(3))->method('getLocale')->willReturn('locale');
127127
}
128128
$packages = ['package' => $package];
129129

0 commit comments

Comments
 (0)