8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eaf5a commit 26c35e0Copy full SHA for 26c35e0
src/Symfony/Component/Console/Tests/Helper/DialogHelperTest.php
@@ -33,6 +33,10 @@ public function testAsk()
33
34
public function testAskHiddenResponse()
35
{
36
+ if (defined('PHP_WINDOWS_VERSION_BUILD')) {
37
+ $this->markTestSkipped('This test is not supported on Windows');
38
+ }
39
+
40
$dialog = new DialogHelper();
41
42
$dialog->setInputStream($this->getInputStream("8AM\n"));
0 commit comments