PhpSpec\Process\Prerequisites\SuitePrerequisites::__construct PHP Méthode

__construct() public méthode

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