Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 8, 2024
1 parent ec9d670 commit 8b1a5e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Foundation/Console/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use NunoMaduro\Collision\Adapters\Laravel\Commands\TestCommand as Command;
use Orchestra\Testbench\Features\ParallelRunner;
use Orchestra\Testbench\Foundation\Env;

use function Orchestra\Testbench\defined_environment_variables;
use function Orchestra\Testbench\package_path;

Expand Down Expand Up @@ -97,8 +98,8 @@ protected function paratestArguments($options)
return str_starts_with($option, '--configuration=')
|| str_starts_with($option, '--runner=');
})->merge([
sprintf('--configuration=%s', $file),
sprintf('--runner=%s', ParallelRunner::class),
\sprintf('--configuration=%s', $file),
\sprintf('--runner=%s', ParallelRunner::class),
])->all();
}

Expand Down

0 comments on commit 8b1a5e6

Please sign in to comment.