예제 #1
0
 public function testConvertToLDAPDateTimeValue()
 {
     $ts = mktime(12, 30, 30, 6, 25, 2008);
     $this->_assertLocalDateTimeString($ts, Ldap\Attribute::convertToLDAPDateTimeValue($ts));
 }