Update src/Laravel/Commands/PestTestCommand.php

Co-authored-by: Owen Voke <development@voke.dev>
This commit is contained in:
Gerardo Ibarra
2020-12-28 13:51:03 -03:00
committed by GitHub
parent 50c1136be8
commit d693d99379

View File

@ -19,7 +19,7 @@ final class PestTestCommand extends Command
*
* @var string
*/
protected $signature = 'pest:test {name : The name of the file} {--unit : Create a unit test} {--dusk : Create a dusk test}';
protected $signature = 'pest:test {name : The name of the file} {--unit : Create a unit test} {--dusk : Create a Dusk test}';
/**
* The console command description.