spec\LdapTools\Object\LdapObjectCreatorSpec::it_should_chain_calls_when_setting_the_container PHP Метод

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

    function it_should_chain_calls_when_setting_the_container()
    {
        $this->in('dc=foo,dc=bar')->shouldReturnAnInstanceOf('\\LdapTools\\Object\\LdapObjectCreator');
    }