Add a better description

This commit is contained in:
Reza Amini
2021-07-21 14:38:11 +04:30
committed by GitHub
parent 7ec3460d73
commit 5e0a0855ea

View File

@ -21,7 +21,7 @@ final class PestTestCommand extends Command
* *
* @var string * @var string
*/ */
protected $signature = 'pest:test {name : The name of the file} {--unit : Create a unit test} {--dusk : Create a Dusk test} {--test-directory=tests : The name of the tests directory} {--force : Force create}'; protected $signature = 'pest:test {name : The name of the file} {--unit : Create a unit test} {--dusk : Create a Dusk test} {--test-directory=tests : The name of the tests directory} {--force : Overwrite the existing test file with the same name}';
/** /**
* The console command description. * The console command description.