Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait::quitSubProcess PHP 메소드

quitSubProcess() 공개 메소드

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