PhpSpec\Process\ReRunner\PcntlReRunner::isSupported PHP Méthode

isSupported() public méthode

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