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

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

    function it_should_check_or_set_the_ability_to_write_the_owner()
    {
        $this->writeOwner()->shouldBeEqualTo(true);
        $this->writeOwner(false)->writeOwner()->shouldBeEqualTo(false);
    }