spec\Prophecy\Doubler\Generator\Node\ClassNodeSpec::its_unextendable_methods_are_not_extendable PHP 메소드

its_unextendable_methods_are_not_extendable() 공개 메소드

    function its_unextendable_methods_are_not_extendable()
    {
        $this->addUnextendableMethod('testMethod');
        $this->isExtendable('testMethod')->shouldReturn(false);
    }