markTestIncomplete('testGetRDN is not implemented yet'); } /** * Test for Node::GetDN() * **/ public function testGetDN() { $this->markTestIncomplete('testGetDN is not implemented yet'); } /** * Test for Node::__get() * **/ public function test__get() { $this->markTestIncomplete('test__get is not implemented yet'); } /** * Test for Node::CreateWithRDN() * Note: This method is static! * **/ public function testCreateWithRDN() { $this->markTestIncomplete('testCreateWithRDN is not implemented yet'); } }