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