コード例 #1
0
ファイル: Net_LDAP2Test.php プロジェクト: gregoryR/Net_LDAP2
 /**
  * Tests if getVersion() works correctly
  */
 public function testGetVersion()
 {
     $this->assertTrue(defined('NET_LDAP2_VERSION'));
     $this->assertEquals(NET_LDAP2_VERSION, Net_LDAP2::getVersion());
 }