spec\LdapTools\Security\Ace\AceSpec::it_should_parse_the_flags_and_contain_an_AceFlags_object PHP Метод

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

    function it_should_parse_the_flags_and_contain_an_AceFlags_object()
    {
        $this->getFlags()->shouldImplement('LdapTools\\Security\\Flags');
        $this->getFlags()->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\AceFlags');
        $this->getFlags()->getValue()->shouldBeEqualTo(10);
    }