mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
refactor: parallel
This commit is contained in:
@ -11,6 +11,9 @@ final class Pest implements HandlersWorkerArguments
|
||||
{
|
||||
use HandleArguments;
|
||||
|
||||
/**
|
||||
* Handles the arguments, adding the "PEST_PARALLEL" environment variable to the global $_SERVER.
|
||||
*/
|
||||
public function handleWorkerArguments(array $arguments): array
|
||||
{
|
||||
$_SERVER['PEST_PARALLEL'] = '1';
|
||||
|
||||
Reference in New Issue
Block a user