markTestIncomplete('testExplodeDN is not implemented yet'); } /** * Test for LdapUtils::ImplodeDN() * Note: This method is static! * **/ public function testImplodeDN() { $this->markTestIncomplete('testImplodeDN is not implemented yet'); } /** * Test for LdapUtils::QuoteForDN() * Note: This method is static! * **/ public function testQuoteForDN() { $this->markTestIncomplete('testQuoteForDN is not implemented yet'); } /** * Test for LdapUtils::QuoteForSearch() * Note: This method is static! * **/ public function testQuoteForSearch() { $this->markTestIncomplete('testQuoteForSearch is not implemented yet'); } }