Skip to content

Commit 2596a35

Browse files
committed
Skip askHiddenResponse test on windows
1 parent 438cada commit 2596a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Helper/DialogHelperTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ public function testAsk()
3333

3434
public function testAskHiddenResponse()
3535
{
36+
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
37+
$this->markTestSkipped('This test is not supported on Windows');
38+
}
39+
3640
$dialog = new DialogHelper();
3741

3842
$dialog->setInputStream($this->getInputStream("8AM\n"));

0 commit comments

Comments
 (0)