spec\PhpSpec\Process\ReRunner\ProcOpenReRunnerSpec::it_is_not_supported_when_php_process_is_not_found PHP Метод

it_is_not_supported_when_php_process_is_not_found() публичный Метод

public it_is_not_supported_when_php_process_is_not_found ( Symfony\Component\Process\PhpExecutableFinder $executableFinder )
$executableFinder Symfony\Component\Process\PhpExecutableFinder
    function it_is_not_supported_when_php_process_is_not_found(PhpExecutableFinder $executableFinder)
    {
        $executableFinder->find()->willReturn(false);
        $this->isSupported()->shouldReturn(false);
    }