Skip to content

Commit

Permalink
Update TestCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Jan 23, 2025
1 parent 69bc5ee commit 7841d35
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 @@ -19,7 +19,7 @@ class TestCommand extends BaseTestCommand
{--compact : Indicates whether the compact printer should be used}
{--coverage : Indicates whether code coverage information should be collected}
{--min= : Indicates the minimum threshold enforcement for code coverage}
{--hide-full-coverage : Do not report any files where code coverage is 100%}
{--quiet-coverage : Do not report any files where code coverage is 100%}
{--p|parallel : Indicates if the tests should run in parallel}
{--profile : Lists top 10 slowest tests}
{--recreate-databases : Indicates if the test databases should be re-created}
Expand Down

0 comments on commit 7841d35

Please sign in to comment.