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

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

    function it_should_check_or_set_the_ability_to_write_all()
    {
        $this->writeAll()->shouldBeEqualTo(true);
        $this->writeAll(false)->writeAll()->shouldBeEqualTo(false);
    }