mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
release: v4.6.0
This commit is contained in:
@ -142,6 +142,10 @@ final class Shard implements AddsOutput, HandlesArguments, Terminable
|
||||
'testsCount' => count($tests),
|
||||
];
|
||||
|
||||
if ($testsToRun === []) {
|
||||
return $arguments;
|
||||
}
|
||||
|
||||
return [...$arguments, '--filter', $this->buildFilterArgument($testsToRun)];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user