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

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

    function it_should_check_or_set_the_ability_to_write_dacl()
    {
        $this->writeDacl()->shouldBeEqualTo(true);
        $this->writeDacl(false)->writeDacl()->shouldBeEqualTo(false);
    }