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

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

    function it_should_check_or_set_read_security()
    {
        $this->readSecurity()->shouldBeEqualTo(true);
        $this->readSecurity(false)->readSecurity()->shouldBeEqualTo(false);
    }