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

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

    function it_should_check_or_set_the_ability_to_perform_a_delete_tree_operation()
    {
        $this->deleteTree()->shouldBeEqualTo(true);
        $this->deleteTree(false)->deleteTree()->shouldBeEqualTo(false);
    }