spec\LdapTools\Security\Ace\AceSpec::it_should_parse_the_object_type_flags_and_contain_an_object_flags_object PHP Method

it_should_parse_the_object_type_flags_and_contain_an_object_flags_object() public method

    function it_should_parse_the_object_type_flags_and_contain_an_object_flags_object()
    {
        $this->getObjectFlags()->shouldImplement('LdapTools\\Security\\Flags');
        $this->getObjectFlags()->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\AceObjectFlags');
        $this->getObjectFlags()->getValue()->shouldBeEqualTo(3);
    }