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 5e0b275 commit dae754dCopy full SHA for dae754d
tests/Command/AddUserCommandTest.php
@@ -26,7 +26,7 @@ class AddUserCommandTest extends KernelTestCase
26
'full-name' => 'Chuck Norris',
27
];
28
29
- protected function setUp()
+ protected function setUp(): void
30
{
31
exec('stty 2>&1', $output, $exitcode);
32
$isSttySupported = 0 === $exitcode;
0 commit comments