Skip to content

Commit 366e2a6

Browse files
Test verbose output
1 parent 38e661d commit 366e2a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/Hook/Condition/FileChanged/OfTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function testIsTrue(): void
6666
public function testChangedFileButNoneOfType(): void
6767
{
6868
$io = $this->createIOMock();
69+
$io->method('isVerbose')->willReturn(true);
6970
$io->method('getArgument')->willReturn('hook:pre-push');
7071
$io->expects($this->atLeastOnce())
7172
->method('getStandardInput')

0 commit comments

Comments
 (0)