spec\LdapTools\Security\Ace\AceRightsSpec::it_should_check_or_set_the_ability_to_write_a_property PHP Method

it_should_check_or_set_the_ability_to_write_a_property() public method

    function it_should_check_or_set_the_ability_to_write_a_property()
    {
        $this->writeProperty()->shouldBeEqualTo(true);
        $this->writeProperty(false)->writeProperty()->shouldBeEqualTo(false);
    }