Skip to content

Commit

Permalink
Skip askHiddenResponse test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Oct 15, 2012
1 parent 438cada commit 2596a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Helper/DialogHelperTest.php
Expand Up @@ -33,6 +33,10 @@ public function testAsk()

public function testAskHiddenResponse()
{
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
$this->markTestSkipped('This test is not supported on Windows');
}

$dialog = new DialogHelper();

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

0 comments on commit 2596a35

Please sign in to comment.