spec\LdapTools\AttributeConverter\ConvertADTimeSpanSpec::it_should_convert_an_ADTimeSpec_to_a_string_for_LDAP PHP Method

it_should_convert_an_ADTimeSpec_to_a_string_for_LDAP() public method

    function it_should_convert_an_ADTimeSpec_to_a_string_for_LDAP()
    {
        $adTimeSpan = (new ADTimeSpan())->setDays(10);
        $this->toLdap($adTimeSpan)->shouldBeEqualTo('-8640000000000');
    }