spec\PhpSpec\Process\ReRunner\PcntlReRunnerSpec::let PHP Метод

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

public let ( Symfony\Component\Process\PhpExecutableFinder $executableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext )
$executableFinder Symfony\Component\Process\PhpExecutableFinder
$executionContext PhpSpec\Process\Context\ExecutionContext
    function let(PhpExecutableFinder $executableFinder, ExecutionContext $executionContext)
    {
        $this->beConstructedThrough('withExecutionContext', array($executableFinder, $executionContext));
    }