fix: --todos in parallel and feedback on process isolation

This commit is contained in:
Nuno Maduro
2023-03-19 02:01:08 +00:00
parent 48ea48981b
commit 2da899a2b1
5 changed files with 40 additions and 6 deletions

View File

@ -32,7 +32,7 @@ final class Parallel implements HandlesArguments
/**
* @var string[]
*/
private const UNSUPPORTED_ARGUMENTS = ['--todo', '--retry'];
private const UNSUPPORTED_ARGUMENTS = ['--todos', '--retry'];
/**
* Whether the given command line arguments indicate that the test suite should be run in parallel.