Skip to content

Commit

Permalink
Typo "s" in tests/LaravelApp/app/Console/Commands/TestCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paupenin committed Nov 28, 2021
1 parent 25191e5 commit 615f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LaravelApp/app/Console/Commands/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestCommand extends BaseTestCommand
{--without-tty : Disable output to TTY}
{--p|parallel : Indicates if the tests should run in parallel}
{--recreate-databases : Indicates if the test databases should be re-created}
{--c|custom-argument : Add custom env variable}
{--c|custom-argument : Add custom env variables}
';

/**
Expand Down

0 comments on commit 615f9c0

Please sign in to comment.