PHP Class spec\LdapTools\Operation\Handler\QueryOperationHandlerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_NOT_enable_paging_when_executing_an_operation_that_disables_paging ( $pager )
it_should_enable_paging_when_executing_an_operation_that_uses_paging ( $pager )
it_should_implement_the_operation_handler_interface ( )
it_should_not_set_the_defaults_when_they_are_explicitly_set ( DomainConfiguration $config, $connection )
it_should_not_support_other_operations ( )
it_should_set_the_defaults_from_the_config_when_the_basedn_for_the_query_operation_is_not_set ( $connection )
it_should_set_the_defaults_from_the_rootdse_when_the_basedn_for_the_query_operation_is_not_set ( $connection )
it_should_set_the_defaults_when_they_are_not_explicitly_set ( DomainConfiguration $config, $connection )
it_should_support_a_query_operation ( )
it_should_throw_an_exception_when_the_base_dn_cannot_be_found ( $connection )
it_should_use_a_size_limit_with_the_pager_when_paging_is_enabled ( $pager )
let ( PageControl $pager, LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_NOT_enable_paging_when_executing_an_operation_that_disables_paging() public method

it_should_enable_paging_when_executing_an_operation_that_uses_paging() public method

it_should_implement_the_operation_handler_interface() public method

it_should_not_set_the_defaults_when_they_are_explicitly_set() public method

public it_should_not_set_the_defaults_when_they_are_explicitly_set ( DomainConfiguration $config, $connection )
$config LdapTools\DomainConfiguration

it_should_not_support_other_operations() public method

it_should_set_the_defaults_from_the_config_when_the_basedn_for_the_query_operation_is_not_set() public method

it_should_set_the_defaults_from_the_rootdse_when_the_basedn_for_the_query_operation_is_not_set() public method

it_should_set_the_defaults_when_they_are_not_explicitly_set() public method

public it_should_set_the_defaults_when_they_are_not_explicitly_set ( DomainConfiguration $config, $connection )
$config LdapTools\DomainConfiguration

it_should_support_a_query_operation() public method

it_should_throw_an_exception_when_the_base_dn_cannot_be_found() public method

it_should_use_a_size_limit_with_the_pager_when_paging_is_enabled() public method

let() public method

public let ( PageControl $pager, LdapTools\Connection\LdapConnectionInterface $connection )
$pager LdapTools\Connection\PageControl
$connection LdapTools\Connection\LdapConnectionInterface