GuilhermeGuitte\BehatLaravel\RunBehatLaravelCommand::__construct PHP Method

__construct() public method

Create a new BehatLaravel command instance.
public __construct ( $config ) : void
return void
    public function __construct($config)
    {
        $this->config = $config;
        parent::__construct();
    }