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

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

    function it_should_parse_the_rights_and_contain_an_AceRights_object()
    {
        $this->getRights()->shouldImplement('LdapTools\\Security\\Flags');
        $this->getRights()->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\AceRights');
        $this->getRights()->getValue()->shouldBeEqualTo(7);
    }