Skip to content

Commit 36950aa

Browse files
authored
Update QueueTest.php
1 parent 5ee2aea commit 36950aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +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();
115+
$this->logger->expects($this->exactly(2))->method('info')->willReturnSelf();
116116

117117
$this->appState->expects($this->once())->method('emulateAreaCode');
118118

0 commit comments

Comments
 (0)