feat: Allow --todo argument.

This commit is contained in:
Francisco Madeira
2023-11-30 00:32:23 +00:00
parent 90fb8c602c
commit ac5da9e3f7
5 changed files with 46 additions and 5 deletions

View File

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