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

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

    function it_should_check_or_set_the_ability_to_validate_writes()
    {
        $this->validatedWrite()->shouldBeEqualTo(true);
        $this->validatedWrite(false)->validatedWrite()->shouldBeEqualTo(false);
    }