spec\LdapTools\Security\Ace\AceRightsSpec::it_should_get_the_short_names_of_the_flags PHP Метод

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

    function it_should_get_the_short_names_of_the_flags()
    {
        $this->getShortNames()->shouldBeEqualTo(array_keys(AceRights::SHORT_NAME));
    }