spec\MGDigital\BusQue\QueueResolver\QueueVoterWithWhitelistResolverSpec::getConstructorArguments PHP Method

getConstructorArguments() protected method

protected getConstructorArguments ( ) : array
return array
    protected function getConstructorArguments() : array
    {
        $args = parent::getConstructorArguments();
        $args[] = $this->whitelist;
        return $args;
    }
QueueVoterWithWhitelistResolverSpec