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);
    }