We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9998987 commit 72eb366Copy full SHA for 72eb366
tests/Command/AddUserCommandTest.php
@@ -33,7 +33,7 @@ protected function setUp()
33
exec('stty 2>&1', $output, $exitcode);
34
$isSttySupported = 0 === $exitcode;
35
36
- if ('Windows' === PHP_OS_FAMILY || !$isSttySupported) {
+ if ('Windows' === \PHP_OS_FAMILY || !$isSttySupported) {
37
$this->markTestSkipped('`stty` is required to test this command.');
38
}
39
0 commit comments