spec\LdapTools\Security\Ace\AceObjectFlagsSpec::it_should_check_or_set_whether_the_inherited_object_type_is_present PHP Метод

it_should_check_or_set_whether_the_inherited_object_type_is_present() публичный Метод

    function it_should_check_or_set_whether_the_inherited_object_type_is_present()
    {
        $this->inheritedObjectTypePresent()->shouldBeEqualTo(true);
        $this->inheritedObjectTypePresent(false)->inheritedObjectTypePresent()->shouldBeEqualTo(false);
    }