@internal This method is not covered by the backward compatibility promise for PHPUnit
public final function setRunTestInSeparateProcess(bool $runTestInSeparateProcess) : void { if ($this->runTestInSeparateProcess === null) { $this->runTestInSeparateProcess = $runTestInSeparateProcess; } }