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

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

    function it_should_check_or_set_the_ability_to_create_child_objects()
    {
        $this->createChildObject()->shouldBeEqualTo(true);
        $this->createChildObject(false)->createChildObject()->shouldBeEqualTo(false);
    }