From d693d9937965bb77e94600fc0532475e05b45e5b Mon Sep 17 00:00:00 2001 From: Gerardo Ibarra Date: Mon, 28 Dec 2020 13:51:03 -0300 Subject: [PATCH] Update src/Laravel/Commands/PestTestCommand.php Co-authored-by: Owen Voke --- src/Laravel/Commands/PestTestCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Laravel/Commands/PestTestCommand.php b/src/Laravel/Commands/PestTestCommand.php index 32650161..142e20da 100644 --- a/src/Laravel/Commands/PestTestCommand.php +++ b/src/Laravel/Commands/PestTestCommand.php @@ -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.