Skip to content

Commit

Permalink
Fixes --compact
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 23, 2025
1 parent 6187165 commit 86f003c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapters/Laravel/Commands/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ protected function paratestArguments($options)
&& $option != '--no-ansi'
&& ! Str::startsWith($option, '--min')
&& ! Str::startsWith($option, '-p')
&& ! Str::startsWith($option, '--compact')
&& ! Str::startsWith($option, '--parallel')
&& ! Str::startsWith($option, '--recreate-databases')
&& ! Str::startsWith($option, '--drop-databases')
Expand Down

0 comments on commit 86f003c

Please sign in to comment.