PhpSpec\Process\ReRunner\PcntlReRunner::isSupported PHP Method

isSupported() public method

public isSupported ( ) : boolean
return boolean
    public function isSupported()
    {
        return php_sapi_name() == 'cli' && $this->getExecutablePath() && function_exists('pcntl_exec') && !defined('HHVM_VERSION');
    }