markTestIncomplete('testGetDN is not implemented yet'); } /** * Test for Connection::Root() * **/ public function testRoot() { $this->markTestIncomplete('testRoot is not implemented yet'); } /** * Test for Connection::Select() * **/ public function testSelect() { $this->markTestIncomplete('testSelect is not implemented yet'); } /** * Test for Connection::FetchOne() * **/ public function testFetchOne() { $this->markTestIncomplete('testFetchOne is not implemented yet'); } /** * Test for Connection::FetchRow() * **/ public function testFetchRow() { $this->markTestIncomplete('testFetchRow is not implemented yet'); } /** * Test for Connection::FetchAll() * **/ public function testFetchAll() { $this->markTestIncomplete('testFetchAll is not implemented yet'); } }