Exemplo n.º 1
0
 public function testFromLdapUnserializeThrowsException()
 {
     $this->setExpectedException('UnexpectedValueException');
     Converter::fromLdapUnserialize('--');
 }