コード例 #1
0
ファイル: AttributeTest.php プロジェクト: rexmac/zf2
 public function testConvertToLDAPDateTimeValue()
 {
     $ts = mktime(12, 30, 30, 6, 25, 2008);
     $this->_assertLocalDateTimeString($ts, Ldap\Attribute::convertToLDAPDateTimeValue($ts));
 }