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 5ee2aea commit 36950aaCopy full SHA for 36950aa
app/code/Magento/Deploy/Test/Unit/Process/QueueTest.php
@@ -112,7 +112,7 @@ public function testProcess()
112
$package->expects($this->any())->method('getArea')->willReturn('area');
113
$package->expects($this->any())->method('getPath')->willReturn('path');
114
$package->expects($this->any())->method('getFiles')->willReturn([]);
115
- $this->logger->expects($this->exactly(2))->method('info')->willReturnSelf();
+ $this->logger->expects($this->exactly(2))->method('info')->willReturnSelf();
116
117
$this->appState->expects($this->once())->method('emulateAreaCode');
118
0 commit comments