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

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

    function it_should_check_or_set_the_ability_to_read_all()
    {
        $this->readAll()->shouldBeEqualTo(true);
        $this->readAll(false)->readAll()->shouldBeEqualTo(false);
    }