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

it_exposes_method_name_through_getter() public method

    function it_exposes_method_name_through_getter()
    {
        $this->getMethodName()->shouldReturn('getName');
    }