mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
fix: --todos in parallel and feedback on process isolation
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user