PHP Class spec\LdapTools\AttributeConverter\ConvertUserAccountControlSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$expectedDisabledResult array
$expectedOp callable
$expectedResult array
$expectedSearch LdapTools\Operation\QueryOperation

Méthodes publiques

Méthode Description
it_is_initializable ( )
it_should_aggregate_values_when_converting_a_bool_to_ldap_on_creation ( )
it_should_aggregate_values_when_converting_a_bool_to_ldap_on_modification ( $connection )
it_should_be_case_insensitive_to_the_current_attribute_name ( $connection )
it_should_convert_a_bool_value_into_the_bitwise_operator_for_the_returned_value ( )
it_should_convert_a_value_from_ldap_to_a_php_bool ( )
it_should_error_on_modifcation_when_the_existing_LDAP_object_cannot_be_queried ( $connection )
it_should_error_when_a_dn_is_not_set_and_a_modification_type_is_requested ( )
it_should_implement_AttributeConverterInterface ( )
it_should_not_aggregate_values_on_a_search ( )
it_should_not_modify_the_value_if_the_bit_is_already_set ( $connection )
it_should_remove_the_bit_if_requested_and_the_bit_is_already_set ( $connection )
let ( LdapTools\Connection\LdapConnectionInterface $connection )

Method Details

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_aggregate_values_when_converting_a_bool_to_ldap_on_creation() public méthode

it_should_aggregate_values_when_converting_a_bool_to_ldap_on_modification() public méthode

it_should_be_case_insensitive_to_the_current_attribute_name() public méthode

it_should_convert_a_bool_value_into_the_bitwise_operator_for_the_returned_value() public méthode

it_should_convert_a_value_from_ldap_to_a_php_bool() public méthode

it_should_error_on_modifcation_when_the_existing_LDAP_object_cannot_be_queried() public méthode

it_should_error_when_a_dn_is_not_set_and_a_modification_type_is_requested() public méthode

it_should_implement_AttributeConverterInterface() public méthode

it_should_not_modify_the_value_if_the_bit_is_already_set() public méthode

it_should_remove_the_bit_if_requested_and_the_bit_is_already_set() public méthode

let() public méthode

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

Property Details

$expectedDisabledResult protected_oe property

protected array $expectedDisabledResult
Résultat array

$expectedOp protected_oe property

protected callable $expectedOp
Résultat callable

$expectedResult protected_oe property

protected array $expectedResult
Résultat array

$expectedSearch protected_oe property

protected QueryOperation,LdapTools\Operation $expectedSearch
Résultat LdapTools\Operation\QueryOperation