PHP Class spec\LdapTools\AttributeConverter\ConvertLogonWorkstationsSpec

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

Protected Properties

Property Type Description
$connection LdapTools\Connection\LdapConnectionInterface
$expectedResult array
$expectedSearch array

Public Methods

Method Description
it_is_initializable ( )
it_should_aggregate_values_when_converting_an_array_of_addresses_to_ldap_on_modification ( $connection )
it_should_convert_a_string_of_comma_separated_workstations_to_an_array ( )
it_should_convert_an_array_of_workstations_to_a_comma_separated_list_for_ldap ( )
it_should_implement_AttributeConverterInterface ( )
it_should_implode_the_values_immediately_for_a_search ( )
it_should_not_aggregate_values_on_a_search ( )
it_should_not_attempt_to_modify_values_on_a_reset ( )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_aggregate_values_when_converting_an_array_of_addresses_to_ldap_on_modification() public method

it_should_convert_a_string_of_comma_separated_workstations_to_an_array() public method

it_should_convert_an_array_of_workstations_to_a_comma_separated_list_for_ldap() public method

it_should_implement_AttributeConverterInterface() public method

it_should_not_attempt_to_modify_values_on_a_reset() public method

let() public method

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

Property Details

$connection protected_oe property

protected LdapConnectionInterface,LdapTools\Connection $connection
return LdapTools\Connection\LdapConnectionInterface

$expectedResult protected_oe property

protected array $expectedResult
return array

$expectedSearch protected_oe property

protected array $expectedSearch
return array