spec\LdapTools\Security\Ace\AceObjectFlagsSpec::it_should_check_whether_both_object_type_are_invalid PHP 메소드

it_should_check_whether_both_object_type_are_invalid() 공개 메소드

    function it_should_check_whether_both_object_type_are_invalid()
    {
        $this->objectTypesInvalid()->shouldBeEqualTo(false);
        $this->inheritedObjectTypePresent(false)->objectTypePresent(false)->objectTypesInvalid()->shouldBeEqualTo(true);
    }