Esempio n. 1
0
 public function testGetBaseDnNotConfigured()
 {
     $this->setExpectedException('\\LogicException');
     $group = new Group($this->query);
     $group->getBasDn();
 }