protected function setUp()
 {
     $this->legacyLdapDriver = new LegacyLdapDriver($this->getOptions());
     parent::setUp();
 }
 /**
  * Sets up the fixture, for example, opens a network Driver.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->zend = new Ldap($this->getOptions());
     $this->zendLdapDriver = new ZendLdapDriver($this->zend);
 }