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

it_should_check_or_set_the_ability_to_delete_child_objects() public method

    function it_should_check_or_set_the_ability_to_delete_child_objects()
    {
        $this->deleteChildObject()->shouldBeEqualTo(true);
        $this->deleteChildObject(false)->deleteChildObject()->shouldBeEqualTo(false);
    }