Eloquent\Phony\Mock\Method\WrappedUncallableMethod::invokeWith PHP Method

invokeWith() public method

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Arguments | array The arguments.
return mixed The result of invocation.
    public function invokeWith($arguments = array())
    {
        return null;
        // do nothing
    }
WrappedUncallableMethod