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

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

    function it_should_check_or_set_whether_the_object_type_is_present()
    {
        $this->objectTypePresent()->shouldBeEqualTo(true);
        $this->objectTypePresent(false)->objectTypePresent()->shouldBeEqualTo(false);
    }