Skip to content

Commit 86f003c

Browse files
committed
Fixes --compact
1 parent 6187165 commit 86f003c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/Laravel/Commands/TestCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ protected function paratestArguments($options)
258258
&& $option != '--no-ansi'
259259
&& ! Str::startsWith($option, '--min')
260260
&& ! Str::startsWith($option, '-p')
261+
&& ! Str::startsWith($option, '--compact')
261262
&& ! Str::startsWith($option, '--parallel')
262263
&& ! Str::startsWith($option, '--recreate-databases')
263264
&& ! Str::startsWith($option, '--drop-databases')

0 commit comments

Comments
 (0)