Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26c35e0

Browse filesBrowse files
committed
Skip askHiddenResponse test on windows
1 parent e2eaf5a commit 26c35e0
Copy full SHA for 26c35e0

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎src/Symfony/Component/Console/Tests/Helper/DialogHelperTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/DialogHelperTest.php
+4Lines changed: 4 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.