mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
Pass test dir to worker
#1444 Test directory argument is lost when spawning workers, add it again.
This commit is contained in:
@ -131,6 +131,7 @@ final class WrapperRunner implements RunnerInterface
|
||||
$parameters = $this->handleLaravelHerd($parameters);
|
||||
|
||||
$parameters[] = $wrapper;
|
||||
$parameters[] = '--test-directory='.TestSuite::getInstance()->testPath;
|
||||
|
||||
$this->parameters = $parameters;
|
||||
$this->codeCoverageFilterRegistry = new CodeCoverageFilterRegistry;
|
||||
|
||||
Reference in New Issue
Block a user