spec\Prophecy\Exception\Call\UnexpectedCallExceptionSpec::it_exposes_arguments_through_getter PHP 메소드

it_exposes_arguments_through_getter() 공개 메소드

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