Exemplo n.º 1
0
 public function testGetLdapServerNotConfigured()
 {
     $this->setExpectedException('\\LogicException');
     $ldap = new Client();
     $ldap->getLdapServer();
 }