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 88e7a87 commit 5ee2aeaCopy full SHA for 5ee2aea
app/code/Magento/Deploy/Test/Unit/Process/QueueTest.php
@@ -112,6 +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();
116
117
$this->appState->expects($this->once())->method('emulateAreaCode');
118
0 commit comments