Skip to content

Commit 568bc79

Browse files
committed
test: this part should be coverage ignored
1 parent af086f9 commit 568bc79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/IO/Interactor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,11 @@ public function promptHidden(string $text, callable $fn = null, int $retry = 3)
315315
{
316316
$winOS = '\\' === \DIRECTORY_SEPARATOR;
317317

318+
// @codeCoverageIgnoreStart
318319
if ($winOS) {
319320
$this->writer->error('Hidden input not supported, Press Ctrl+C if you would like to abort', true);
320321
}
322+
// @codeCoverageIgnoreEnd
321323

322324
return $this->prompt($text, null, $fn, $retry, !$winOS);
323325
}

0 commit comments

Comments
 (0)