PHP Class spec\LdapTools\Connection\LdapConnectionSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_accept_an_event_dispatcher_as_a_second_constructor_argument ( )
it_should_get_a_diagnostic_message ( )
it_should_get_an_idle_time_of_0_when_it_has_not_been_connected ( )
it_should_get_the_current_server ( )
it_should_have_a_method_to_get_the_connection_resource ( )
it_should_have_a_page_size_as_specified_from_the_config ( )
it_should_honor_an_explicitly_set_schema_name_if_present ( )
it_should_return_false_when_calling_isBound_and_there_is_no_connection_yet ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_accept_an_event_dispatcher_as_a_second_constructor_argument() public method

it_should_get_a_diagnostic_message() public method

it_should_get_an_idle_time_of_0_when_it_has_not_been_connected() public method

it_should_get_the_current_server() public method

it_should_have_a_method_to_get_the_connection_resource() public method

it_should_have_a_page_size_as_specified_from_the_config() public method

it_should_honor_an_explicitly_set_schema_name_if_present() public method

it_should_return_false_when_calling_isBound_and_there_is_no_connection_yet() public method

let() public method

public let ( )