Skip to content

Commit

Permalink
Make tests compatible with PHPUnit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
voronkovich committed Dec 22, 2019
1 parent 5e0b275 commit dae754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Command/AddUserCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AddUserCommandTest extends KernelTestCase
'full-name' => 'Chuck Norris',
];

protected function setUp()
protected function setUp(): void
{
exec('stty 2>&1', $output, $exitcode);
$isSttySupported = 0 === $exitcode;
Expand Down

0 comments on commit dae754d

Please sign in to comment.