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

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

    function it_should_check_or_set_the_ability_to_read_a_property()
    {
        $this->readProperty()->shouldBeEqualTo(true);
        $this->readProperty(false)->readProperty()->shouldBeEqualTo(false);
    }