mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Style
This commit is contained in:
@ -4,7 +4,7 @@ use Pest\Console\Help;
|
||||
use Symfony\Component\Console\Output\BufferedOutput;
|
||||
|
||||
it('outputs the help information when --help is used', function () {
|
||||
$output = new BufferedOutput();
|
||||
$output = new BufferedOutput;
|
||||
$plugin = new Help($output);
|
||||
|
||||
$plugin();
|
||||
|
||||
Reference in New Issue
Block a user