示例#1
0
 public function testFromLdapUnserializeThrowsException()
 {
     $this->setExpectedException('UnexpectedValueException');
     Zend_Ldap_Converter::fromLdapUnserialize('--');
 }