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 25ad6e2 commit d19a939Copy full SHA for d19a939
src/Standards/Generic/Tests/PHP/SyntaxUnitTest.php
@@ -64,13 +64,15 @@ public function getWarningList()
64
65
66
/**
67
- * Test the sniff checks syntax when file contents are passed via STDIN.
+ * Test the sniff checks syntax when file contents are passed via STDIN. Doesn't run on Windows
68
+ * as PHPCS currently doesn't support STDIN on this OS.
69
*
70
* @param string $content The content to test.
71
* @param int $errorCount The expected number of errors.
72
* @param array $expectedErrors The expected errors.
73
74
* @dataProvider dataStdIn
75
+ * @requires OS ^(?!WIN).*
76
77
* @return void
78
*/
0 commit comments