spec\Prophecy\Exception\Call\UnexpectedCallExceptionSpec::it_exposes_arguments_through_getter PHP Method

it_exposes_arguments_through_getter() public method

    function it_exposes_arguments_through_getter()
    {
        $this->getArguments()->shouldReturn(array('arg1', 'arg2'));
    }