spec\LdapTools\Security\Ace\AceRightsSpec::it_should_check_or_set_the_ability_to_delete_objects PHP 메소드

it_should_check_or_set_the_ability_to_delete_objects() 공개 메소드

    function it_should_check_or_set_the_ability_to_delete_objects()
    {
        $this->deleteObject()->shouldBeEqualTo(true);
        $this->deleteObject(false)->deleteObject()->shouldBeEqualTo(false);
    }