Skip to content

Commit f7ad025

Browse files
committed
fix mock
1 parent 9673d90 commit f7ad025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Command/InstallWorkshopTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function testExceptionIsThrownIfInVerboseMode()
181181

182182
$this->output
183183
->expects($this->once())
184-
->method('isVeryVerbose')
184+
->method('isVerbose')
185185
->willReturn(true);
186186

187187
$this->expectException(\Exception::class);

0 commit comments

Comments
 (0)