We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--compact
1 parent 6187165 commit 86f003cCopy full SHA for 86f003c
src/Adapters/Laravel/Commands/TestCommand.php
@@ -258,6 +258,7 @@ protected function paratestArguments($options)
258
&& $option != '--no-ansi'
259
&& ! Str::startsWith($option, '--min')
260
&& ! Str::startsWith($option, '-p')
261
+ && ! Str::startsWith($option, '--compact')
262
&& ! Str::startsWith($option, '--parallel')
263
&& ! Str::startsWith($option, '--recreate-databases')
264
&& ! Str::startsWith($option, '--drop-databases')
0 commit comments