Exemple #1
0
 /**
  * Tests if getVersion() works correctly
  */
 public function testGetVersion()
 {
     $this->assertTrue(defined('NET_LDAP2_VERSION'));
     $this->assertEquals(NET_LDAP2_VERSION, Net_LDAP2::getVersion());
 }