mageekguy\atoum\asserter::setWithArguments PHP Method

setWithArguments() public method

public setWithArguments ( array $arguments )
$arguments array
    public function setWithArguments(array $arguments)
    {
        if (sizeof($arguments) > 0) {
            call_user_func_array(array($this, 'setWith'), $arguments);
        }
        return $this;
    }