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 e2eaf5a commit 26c35e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 26c35e0

Please sign in to comment.