spec\Prophecy\Doubler\Generator\Node\ClassNodeSpec::its_parentClass_is_set_to_stdClass_if_user_set_null PHP Méthode

its_parentClass_is_set_to_stdClass_if_user_set_null() public méthode

    function its_parentClass_is_set_to_stdClass_if_user_set_null()
    {
        $this->setParentClass(null);
        $this->getParentClass()->shouldReturn('stdClass');
    }