feat(parallel): Adds support for plugins to filter parallel arguments

This commit is contained in:
Luke Downing
2023-03-22 10:58:48 +00:00
parent 8b428357b2
commit 4c769fac66
3 changed files with 2 additions and 24 deletions

View File

@ -10,7 +10,7 @@ namespace Pest\Contracts\Plugins;
interface HandlesArguments
{
/**
* Adds arguments before of the Test Suite execution.
* Adds arguments before the Test Suite execution.
*
* @param array<int, string> $arguments
* @return array<int, string>