Skip to content

Commit dae754d

Browse files
committed
Make tests compatible with PHPUnit 8
1 parent 5e0b275 commit dae754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/AddUserCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AddUserCommandTest extends KernelTestCase
2626
'full-name' => 'Chuck Norris',
2727
];
2828

29-
protected function setUp()
29+
protected function setUp(): void
3030
{
3131
exec('stty 2>&1', $output, $exitcode);
3232
$isSttySupported = 0 === $exitcode;

0 commit comments

Comments
 (0)