mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
WIP
This commit is contained in:
committed by
Nuno Maduro
parent
7fe7a01d43
commit
504fd04705
@ -64,6 +64,8 @@ final class Parallel implements HandlesArguments
|
||||
return Command::FAILURE;
|
||||
}
|
||||
|
||||
$_ENV['PEST_PARALLEL_ARGV'] = json_encode($_SERVER['argv']);
|
||||
|
||||
$handlers = array_filter(
|
||||
array_map(fn ($handler) => Container::getInstance()->get($handler), self::HANDLERS),
|
||||
fn ($handler) => $handler instanceof HandlesArguments,
|
||||
|
||||
Reference in New Issue
Block a user