Example #1
0
 public function testConvertFromLDAPDateTimeValue()
 {
     $ldap = '20080625123030+0200';
     $this->assertEquals(gmmktime(10, 30, 30, 6, 25, 2008), Ldap\Attribute::convertFromLDAPDateTimeValue($ldap));
 }