spec\Prophecy\Prophecy\MethodProphecySpec::it_has_MethodName PHP 메소드

it_has_MethodName() 공개 메소드

public it_has_MethodName ( )
    function it_has_MethodName()
    {
        $this->getMethodName()->shouldReturn('getName');
    }
MethodProphecySpec