Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait::quitSubProcess PHP Method

quitSubProcess() public method

public quitSubProcess ( )
    public function quitSubProcess()
    {
        if ($this->subProcess !== null) {
            $this->subProcess->quit();
        }
    }