PHP Class spec\LdapTools\Resolver\BatchValueResolverSpec

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

Protected Properties

Property Type Description
$expectedResult array
$expectedSearch LdapTools\Operation\QueryOperation
$ldapObjectOpts array
$schema LdapTools\Schema\LdapObjectSchema

Public Methods

Method Description
it_is_initializable ( )
it_should_convert_values_to_ldap_with_a_batch_modification ( $connection )
it_should_error_trying_to_do_a_non_set_method_on_a_single_aggregated_value ( $connection )
it_should_error_trying_to_do_a_non_set_method_on_many_aggregated_values ( $connection )
it_should_remove_batches_when_specified_by_a_converter_implementing_OperationGeneratorInterface ( $connection )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_convert_values_to_ldap_with_a_batch_modification() public method

it_should_error_trying_to_do_a_non_set_method_on_a_single_aggregated_value() public method

it_should_error_trying_to_do_a_non_set_method_on_many_aggregated_values() public method

it_should_remove_batches_when_specified_by_a_converter_implementing_OperationGeneratorInterface() public method

let() public method

public let ( LdapTools\Connection\LdapConnectionInterface $connection )
$connection LdapTools\Connection\LdapConnectionInterface

Property Details

$expectedResult protected_oe property

protected array $expectedResult
return array

$expectedSearch protected_oe property

protected QueryOperation,LdapTools\Operation $expectedSearch
return LdapTools\Operation\QueryOperation

$ldapObjectOpts protected_oe property

protected array $ldapObjectOpts
return array

$schema protected_oe property

protected LdapObjectSchema,LdapTools\Schema $schema
return LdapTools\Schema\LdapObjectSchema