Nelmio\Alice\Definition\FakeMethodCall::withArguments PHP Method

withArguments() public method

public withArguments ( array $arguments = null )
$arguments array
    public function withArguments(array $arguments = null)
    {
        $this->__call(__METHOD__, func_get_args());
    }