PHP Class spec\LdapTools\AttributeConverter\ConvertLockoutTimeSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_convert_a_bool_false_to_a_zero_when_going_to_ldap ( )
it_should_convert_a_bool_to_the_correct_LDAP_filter_when_querying ( )
it_should_convert_a_datetime_object_to_windows_time_when_going_to_ldap ( )
it_should_convert_a_lockoutTime_to_a_DateTime_object_if_the_attribute_is_no_expecting_bool ( )
it_should_convert_a_lockoutTime_to_a_bool_for_whether_it_is_locked ( )
it_should_implement_AttributeConverterInterface ( )
it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported ( )
let ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_convert_a_bool_false_to_a_zero_when_going_to_ldap() public method

it_should_convert_a_bool_to_the_correct_LDAP_filter_when_querying() public method

it_should_convert_a_datetime_object_to_windows_time_when_going_to_ldap() public method

it_should_convert_a_lockoutTime_to_a_DateTime_object_if_the_attribute_is_no_expecting_bool() public method

it_should_convert_a_lockoutTime_to_a_bool_for_whether_it_is_locked() public method

it_should_implement_AttributeConverterInterface() public method

it_should_throw_an_attribute_converter_exception_if_the_value_to_ldap_is_not_supported() public method

let() public method

public let ( )