PhpSpec\Process\Prerequisites\SuitePrerequisites::__construct PHP Метод

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

public __construct ( PhpSpec\Process\Context\ExecutionContext $executionContext )
$executionContext PhpSpec\Process\Context\ExecutionContext
    public function __construct(ExecutionContext $executionContext)
    {
        $this->executionContext = $executionContext;
    }