Skip to content

Commit 5ee2aea

Browse files
authored
Improve unit test for changes
1 parent 88e7a87 commit 5ee2aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Deploy/Test/Unit/Process/QueueTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function testProcess()
112112
$package->expects($this->any())->method('getArea')->willReturn('area');
113113
$package->expects($this->any())->method('getPath')->willReturn('path');
114114
$package->expects($this->any())->method('getFiles')->willReturn([]);
115+
$this->logger->expects($this->exactly(2))->method('info')->willReturnSelf();
115116

116117
$this->appState->expects($this->once())->method('emulateAreaCode');
117118

0 commit comments

Comments
 (0)